JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-servicerequest-discontinued-example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "janusync-servicerequest-discontinued-example",
  "meta" : {
    "profile" : [
      🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest janusync-servicerequest-discontinued-example</b></p><a name=\"janusync-servicerequest-discontinued-example\"> </a><a name=\"hcjanusync-servicerequest-discontinued-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-servicerequest.html\">JanuSync ServiceRequest</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.410.100110.10.11100123</code>/order12345</p><p><b>status</b>: Revoked</p><p><b>intent</b>: Order</p><p><b>doNotPerform</b>: true</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.410.100110.10.11100123 D0101}\">Hypnus</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-janusync-encounter-amb-example.html\">Encounter: extension = 재진; status = finished; class = ambulatory (ActCode#AMB); period = 2000-01-01 14:00:00+0900 --&gt; (ongoing)</a></p><p><b>authoredOn</b>: 2000-01-01 15:05:00+0900</p><p><b>requester</b>: <a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.410.100110.10.11100123",
      "value" : "order12345"
    }
  ],
  "status" : "revoked",
  "intent" : "order",
  "doNotPerform" : true,
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.410.100110.10.11100123",
        "code" : "D0101",
        "display" : "Hypnus"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janusync-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/janusync-encounter-amb-example"
  },
  "authoredOn" : "2000-01-01T15:05:00+09:00",
  "requester" : {
    🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
  }
}