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-surgery-example - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="janusync-servicerequest-surgery-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest janusync-servicerequest-surgery-example</b></p><a name="janusync-servicerequest-surgery-example"> </a><a name="hcjanusync-servicerequest-surgery-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>JanuSyncAdministrationAnesthesia</b>: <span title="Codes:{http://snomed.info/sct 50697003}">General anesthesia</span></p><p><b>identifier</b>: <code>urn:oid:1.2.410.100110.10.11100123</code>/order12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 387713003}">Surgical procedure</span></p><p><b>code</b>: <span title="Codes:{urn:oid:1.2.410.100110.10.11100123 S0101}">Whipple procedure</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-imp-example.html">Encounter: extension = 2000-01-01 12:00:00+0900; status = in-progress; class = inpatient encounter (ActCode#IMP); period = 2000-01-01 14:00:00+0900 --&gt; (ongoing)</a></p><p><b>occurrence</b>: 2024-02-23 16:00:00+0900</p><p><b>authoredOn</b>: 2024-02-01 14:05:00+0900</p><p><b>requester</b>: <a href="PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html">PractitionerRole DOCTOR</a></p><p><b>performer</b>: <a href="PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html">PractitionerRole DOCTOR</a></p><p><b>reasonReference</b>: <a href="Condition-janusync-condition-example.html">Condition Disorders of initiating and maintaining sleep [insomnias]</a></p></div>
  </text>
  <extension
             url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncAdministrationAnesthesia">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="50697003"/>
        <display value="General anesthesia"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="urn:oid:1.2.410.100110.10.11100123"/>
    <value value="order12345"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="387713003"/>
      <display value="Surgical procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="urn:oid:1.2.410.100110.10.11100123"/>
      <code value="S0101"/>
      <display value="Whipple procedure"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janusync-patient-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/janusync-encounter-imp-example"/>
  </encounter>
  <occurrenceDateTime value="2024-02-23T16:00:00+09:00"/>
  <authoredOn value="2024-02-01T14:05:00+09:00"/>
  <requester>🔗 
    <reference
               value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
  </requester>
  <performer>🔗 
    <reference
               value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
  </performer>
  <reasonReference>🔗 
    <reference value="Condition/janusync-condition-example"/>
  </reasonReference>
</ServiceRequest>