ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-servicerequest-discontinued-example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "connectdtx-servicerequest-discontinued-example",
  "meta" : {
    "profile" : [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"connectdtx-servicerequest-discontinued-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;connectdtx-servicerequest-discontinued-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-servicerequest.html\">ConnectDTx ServiceRequest</a></p></div><p><b>identifier</b>: id:\u00a0order12345</p><p><b>status</b>: revoked</p><p><b>intent</b>: order</p><p><b>doNotPerform</b>: true</p><p><b>code</b>: Hypnus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hira-diagnostic-behavior.html\">Hira Diagnostic Behavior</a>#hypnus)</span></p><p><b>subject</b>: <a href=\"Patient-connectdtx-patient-example.html\">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-connectdtx-encounter-amb-example.html\">Encounter/connectdtx-encounter-amb-example</a></p><p><b>authoredOn</b>: 2000-01-01 15:05:00+0900</p><p><b>requester</b>: <a href=\"PractitionerRole-connectdtx-practitionerrole-example.html\">PractitionerRole/connectdtx-practitionerrole-example</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.4.5.6",
      "value" : "order12345"
    }
  ],
  "status" : "revoked",
  "intent" : "order",
  "doNotPerform" : true,
  "code" : {
    "coding" : [
      {
        "system" : "https://hira.or.kr/CodeSystem/diagnostic-behavior",
        "code" : "hypnus"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/connectdtx-patient-example"
  },
  "encounter" : {
    "reference" : "Encounter/connectdtx-encounter-amb-example"
  },
  "authoredOn" : "2000-01-01T15:05:00+09:00",
  "requester" : {
    "reference" : "PractitionerRole/connectdtx-practitionerrole-example"
  }
}