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

: dtx-prescription-example - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dtx-prescription-example"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:ServiceRequest ;
fhir:id [ fhir:v "janusync-servicerequest-dtx-prescription-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_janusync-servicerequest-dtx-prescription-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest janusync-servicerequest-dtx-prescription-example</b></p><a name=\"janusync-servicerequest-dtx-prescription-example\"> </a><a name=\"hcjanusync-servicerequest-dtx-prescription-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>: Active</p><p><b>intent</b>: Order</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 14:05:00+0900</p><p><b>requester</b>: <a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></p></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "urn:oid:1.2.410.100110.10.11100123"^^xsd:anyURI ] ;
fhir:value [ fhir:v "order12345" ]       ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.410.100110.10.11100123"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D0101" ] ;
fhir:display [ fhir:v "Hypnus" ]         ] )       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:encounter [
fhir:reference [ fhir:v "Encounter/janusync-encounter-amb-example" ]       ] ;
fhir:authoredOn [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime ] ;
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/janusync-medicaldoctor-practitionerrole-example" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "ServiceRequest"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Patient ;
fhir:id [ fhir:v "janusync-patient-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-patient"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-patient>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_janusync-patient-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient janusync-patient-example</b></p><a name=\"janusync-patient-example\"> </a><a name=\"hcjanusync-patient-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-patient.html\">JanuSync Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 010-1234-5678</td></tr></table></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]           ] )         ] ;
fhir:system [ fhir:v "urn:oid:1.2.410.100110.10.11100123"^^xsd:anyURI ] ;
fhir:value [ fhir:v "P123" ]       ] ) ;
      ( fhir:name [
fhir:text [ fhir:v "김환자" ]       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "010-1234-5678" ]       ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "janusync-medicaldoctor-practitionerrole-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_janusync-medicaldoctor-practitionerrole-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole janusync-medicaldoctor-practitionerrole-example</b></p><a name=\"janusync-medicaldoctor-practitionerrole-example\"> </a><a name=\"hcjanusync-medicaldoctor-practitionerrole-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-medicaldoctor-practitionerrole.html\">JanuSync MedicalDoctor PractitionerRole</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.410.100110.10.11100123</code>/ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969</p><p><b>organization</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">DOCTOR</span></p><p><b>specialty</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-medical-department 03}\">수면건강센터</span></p></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "urn:oid:1.2.410.100110.10.11100123"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969" ]       ] ) ;
fhir:organization [
fhir:reference [ fhir:v "Organization/janusync-organization-example" ]       ] ;
      ( fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "doctor" ] ;
fhir:display [ fhir:v "DOCTOR" ]         ] )       ] ) ;
      ( fhir:specialty [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"^^xsd:anyURI ] ;
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "정신건강의학과" ]         ] ) ;
fhir:text [ fhir:v "수면건강센터" ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "PractitionerRole"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Encounter ;
fhir:id [ fhir:v "janusync-encounter-amb-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_janusync-encounter-amb-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter janusync-encounter-amb-example</b></p><a name=\"janusync-encounter-amb-example\"> </a><a name=\"hcjanusync-encounter-amb-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-encounter.html\">JanuSync Encounter</a></p></div><p><b>JanuSyncEncounterVisitType</b>: <span title=\"Codes:{http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type 20}\">재진</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html\">PractitionerRole DOCTOR</a></td></tr></table><p><b>period</b>: 2000-01-01 14:00:00+0900 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:extension [
fhir:url [ fhir:v "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterVisitType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "재진" ]           ] )         ]       ] ) ;
fhir:status [ fhir:v "finished" ] ;
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ]       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
      ( fhir:participant [
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/janusync-medicaldoctor-practitionerrole-example" ]         ]       ] ) ;
fhir:period [
fhir:start [ fhir:v "2000-01-01T14:00:00+09:00"^^xsd:dateTime ]       ] ;
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/janusync-organization-example" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Encounter"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Condition ;
fhir:id [ fhir:v "janusync-condition-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-condition>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_janusync-condition-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition janusync-condition-example</b></p><a name=\"janusync-condition-example\"> </a><a name=\"hcjanusync-condition-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-condition.html\">JanuSync Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types 진단}\">진단</span></p><p><b>code</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8 G47.0}\">Disorders of initiating and maintaining sleep [insomnias]</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>recordedDate</b>: 2000-01-01 14:05:00+0900</p></div>"^^rdf:XMLLiteral       ] ;
fhir:clinicalStatus [
        ( fhir:coding [
fhir:code [ fhir:v "active" ]         ] )       ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "진단" ]         ] )       ] ) ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G47.0" ] ;
fhir:display [ fhir:v "Disorders of initiating and maintaining sleep [insomnias]" ]         ] )       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:encounter [
fhir:reference [ fhir:v "Encounter/janusync-encounter-amb-example" ]       ] ;
fhir:recordedDate [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Condition"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:MedicationRequest ;
fhir:id [ fhir:v "janusync-medicationrequest-order-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_janusync-medicationrequest-order-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest janusync-medicationrequest-order-example</b></p><a name=\"janusync-medicationrequest-order-example\"> </a><a name=\"hcjanusync-medicationrequest-order-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-medicationrequest.html\">JanuSync MedicationRequest</a></p></div><p><b>JanuSyncMedicationIngredient</b>: <span title=\"Codes:{http://www.whocc.no/atc R06AX26}\">fexofenadine</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication 8806521009605}\">알레그라정120밀리그람(펙소페나딘염산염)</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>authoredOn</b>: 2000-01-01 14:05:00+0900</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3정 복용</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 정<span style=\"background: LightGoldenRodYellow\"> (Details: unitofmeasure.org  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 정<span style=\"background: LightGoldenRodYellow\"> (Details: unitofmeasure.org  code{tbl} = '{tbl}')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>7</td><td>일</td><td><a href=\"http://unitofmeasure.org\">http://unitofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:extension [
fhir:url [ fhir:v "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncMedicationIngredient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R06AX26" ] ;
fhir:display [ fhir:v "fexofenadine" ]           ] )         ]       ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:medication [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8806521009605" ] ;
fhir:display [ fhir:v "알레그라정120밀리그람(펙소페나딘염산염)" ]         ] )       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:authoredOn [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime ] ;
      ( fhir:dosageInstruction [
fhir:text [ fhir:v "하루 3정 복용" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]           ]         ] ;
        ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "정" ] ;
fhir:system [ fhir:v "http://unitofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tbl}" ]           ]         ] )       ] ) ;
fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "정" ] ;
fhir:system [ fhir:v "http://unitofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tbl}" ]         ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "일" ] ;
fhir:system [ fhir:v "http://unitofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]         ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "MedicationRequest"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Observation ;
fhir:id [ fhir:v "janusync-observation-hosp-edi-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-observation>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_janusync-observation-hosp-edi-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-observation-hosp-edi-example</b></p><a name=\"janusync-observation-hosp-edi-example\"> </a><a name=\"hcjanusync-observation-hosp-edi-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-observation.html\">JanuSync Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{https://hira.or.kr/CodeSystem/lab-result-code F2700}\">수면리듬양상검사</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>effective</b>: 2000-01-01 14:05:00+0900</p><p><b>value</b>: 95 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></div>"^^rdf:XMLLiteral       ] ;
fhir:status [ fhir:v "final" ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "activity" ] ;
fhir:display [ fhir:v "Activity" ]         ] )       ] ) ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://hira.or.kr/CodeSystem/lab-result-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F2700" ] ;
fhir:display [ fhir:v "수면리듬양상검사" ]         ] )       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:effective [
a fhir:dateTime ;
fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime       ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "95"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Observation ;
fhir:id [ fhir:v "janusync-observation-hosp-wo-examcode-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-observation>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_janusync-observation-hosp-wo-examcode-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-observation-hosp-wo-examcode-example</b></p><a name=\"janusync-observation-hosp-wo-examcode-example\"> </a><a name=\"hcjanusync-observation-hosp-wo-examcode-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-observation.html\">JanuSync Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:\">ISI (Insomnia Severity Index) score</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>effective</b>: 2000-01-01 14:05:00+0900</p><p><b>value</b>: 14/28</p></div>"^^rdf:XMLLiteral       ] ;
fhir:status [ fhir:v "final" ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "activity" ] ;
fhir:display [ fhir:v "Activity" ]         ] )       ] ) ;
fhir:code [
fhir:text [ fhir:v "ISI (Insomnia Severity Index) score" ]       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:effective [
a fhir:dateTime ;
fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime       ] ;
fhir:value [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "14"^^xsd:decimal ]         ] ;
fhir:denominator [
fhir:value [ fhir:v "28"^^xsd:decimal ]         ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Observation ;
fhir:id [ fhir:v "janusync-vitalsigns-observation-example" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_janusync-vitalsigns-observation-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-vitalsigns-observation-example</b></p><a name=\"janusync-vitalsigns-observation-example\"> </a><a name=\"hcjanusync-vitalsigns-observation-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-vitalsigns-observation.html\">JanuSync Vital Signs Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationCategory vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85353-1}\">Vital signs, weight, height, head circumference, oxygen saturation and BMI panel</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>effective</b>: 2000-01-01 11:00:00+0900</p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>value</b>: 173 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>value</b>: 68 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 118 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 62 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8867-4}\">Heart rate</span></p><p><b>value</b>: 72 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/min = '/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 39156-5}\">Body mass index (BMI) [Ratio]</span></p><p><b>value</b>: 22.72 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg/m2 = 'kg/m2')</span></p></blockquote></div>"^^rdf:XMLLiteral       ] ;
fhir:status [ fhir:v "final" ] ;
      ( fhir:category [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]         ] )       ] ) ;
fhir:code [
        ( fhir:coding [
a loinc:85353-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85353-1" ] ;
fhir:display [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]         ] )       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]       ] ;
fhir:effective [
a fhir:dateTime ;
fhir:v "2000-01-01T11:00:00+09:00"^^xsd:dateTime       ] ;
fhir:dataAbsentReason [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "not-applicable" ] ;
fhir:display [ fhir:v "Not Applicable" ]         ] )       ] ;
      ( fhir:component [
fhir:code [
          ( fhir:coding [
a loinc:8302-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8302-2" ] ;
fhir:display [ fhir:v "Body height" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "173"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ]         ]       ] [
fhir:code [
          ( fhir:coding [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "68"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ]         ]       ] [
fhir:code [
          ( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "118"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]         ]       ] [
fhir:code [
          ( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "62"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]         ]       ] [
fhir:code [
          ( fhir:coding [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "Heart rate" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "72"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/min" ]         ]       ] [
fhir:code [
          ( fhir:coding [
a loinc:39156-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39156-5" ] ;
fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ]           ] )         ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 22.72 ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg/m2" ]         ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ]     ]
  ] ) . #