JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "dtx-prescription-example",
"type" : "transaction",
"entry" : [
{
"resource" : {
"resourceType" : "ServiceRequest",
"id" : "janusync-servicerequest-dtx-prescription-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"
]
},
"text" : {
"status" : "generated",
"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 --> (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>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.410.100110.10.11100123",
"value" : "order12345"
}
],
"status" : "active",
"intent" : "order",
"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-01T14:05:00+09:00",
"requester" : {
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
}
},
"request" : {
"method" : "POST",
"url" : "ServiceRequest"
}
},
{
"resource" : {
"resourceType" : "Patient",
"id" : "janusync-patient-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-patient"
]
},
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:1.2.410.100110.10.11100123",
"value" : "P123"
}
],
"name" : [
{
"text" : "김환자"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "010-1234-5678"
}
],
"gender" : "male",
"birthDate" : "1990-01-01"
},
"request" : {
"method" : "POST",
"url" : "Patient"
}
},
{
"resource" : {
"resourceType" : "PractitionerRole",
"id" : "janusync-medicaldoctor-practitionerrole-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"
]
},
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.410.100110.10.11100123",
"value" : "ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"
}
],
"organization" : {
🔗 "reference" : "Organization/janusync-organization-example"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "DOCTOR"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-medical-department",
"code" : "03",
"display" : "정신건강의학과"
}
],
"text" : "수면건강센터"
}
]
},
"request" : {
"method" : "POST",
"url" : "PractitionerRole"
}
},
{
"resource" : {
"resourceType" : "Encounter",
"id" : "janusync-encounter-amb-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"
]
},
"text" : {
"status" : "extensions",
"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 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-janusync-organization-example.html\">Organization 파이종합병원</a></p></div>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterVisitType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type",
"code" : "20",
"display" : "재진"
}
]
}
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB"
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
}
}
],
"period" : {
"start" : "2000-01-01T14:00:00+09:00"
},
"serviceProvider" : {
🔗 "reference" : "Organization/janusync-organization-example"
}
},
"request" : {
"method" : "POST",
"url" : "Encounter"
}
},
{
"resource" : {
"resourceType" : "Condition",
"id" : "janusync-condition-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"
]
},
"text" : {
"status" : "generated",
"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 --> (ongoing)</a></p><p><b>recordedDate</b>: 2000-01-01 14:05:00+0900</p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"code" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
"code" : "진단"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8",
"code" : "G47.0",
"display" : "Disorders of initiating and maintaining sleep [insomnias]"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"encounter" : {
🔗 "reference" : "Encounter/janusync-encounter-amb-example"
},
"recordedDate" : "2000-01-01T14:05:00+09:00"
},
"request" : {
"method" : "POST",
"url" : "Condition"
}
},
{
"resource" : {
"resourceType" : "MedicationRequest",
"id" : "janusync-medicationrequest-order-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"
]
},
"text" : {
"status" : "extensions",
"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>"
},
"extension" : [
{
"url" : "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncMedicationIngredient",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "R06AX26",
"display" : "fexofenadine"
}
]
}
}
],
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
"code" : "8806521009605",
"display" : "알레그라정120밀리그람(펙소페나딘염산염)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"authoredOn" : "2000-01-01T14:05:00+09:00",
"dosageInstruction" : [
{
"text" : "하루 3정 복용",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "정",
"system" : "http://unitofmeasure.org",
"code" : "{tbl}"
}
}
]
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 21,
"unit" : "정",
"system" : "http://unitofmeasure.org",
"code" : "{tbl}"
},
"expectedSupplyDuration" : {
"value" : 7,
"unit" : "일",
"system" : "http://unitofmeasure.org",
"code" : "d"
}
}
},
"request" : {
"method" : "POST",
"url" : "MedicationRequest"
}
},
{
"resource" : {
"resourceType" : "Observation",
"id" : "janusync-observation-hosp-edi-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "activity",
"display" : "Activity"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://hira.or.kr/CodeSystem/lab-result-code",
"code" : "F2700",
"display" : "수면리듬양상검사"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"effectiveDateTime" : "2000-01-01T14:05:00+09:00",
"valueQuantity" : {
"value" : 95,
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
},
"request" : {
"method" : "POST",
"url" : "Observation"
}
},
{
"resource" : {
"resourceType" : "Observation",
"id" : "janusync-observation-hosp-wo-examcode-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "activity",
"display" : "Activity"
}
]
}
],
"code" : {
"text" : "ISI (Insomnia Severity Index) score"
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"effectiveDateTime" : "2000-01-01T14:05:00+09:00",
"valueRatio" : {
"numerator" : {
"value" : 14
},
"denominator" : {
"value" : 28
}
}
},
"request" : {
"method" : "POST",
"url" : "Observation"
}
},
{
"resource" : {
"resourceType" : "Observation",
"id" : "janusync-vitalsigns-observation-example",
"meta" : {
"profile" : [
🔗 "http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationCategory",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85353-1",
"display" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
}
]
},
"subject" : {
🔗 "reference" : "Patient/janusync-patient-example"
},
"effectiveDateTime" : "2000-01-01T11:00:00+09:00",
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "not-applicable",
"display" : "Not Applicable"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8302-2",
"display" : "Body height"
}
]
},
"valueQuantity" : {
"value" : 173,
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29463-7",
"display" : "Body weight"
}
]
},
"valueQuantity" : {
"value" : 68,
"system" : "http://unitsofmeasure.org",
"code" : "kg"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Systolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 118,
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 62,
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8867-4",
"display" : "Heart rate"
}
]
},
"valueQuantity" : {
"value" : 72,
"system" : "http://unitsofmeasure.org",
"code" : "/min"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39156-5",
"display" : "Body mass index (BMI) [Ratio]"
}
]
},
"valueQuantity" : {
"value" : 22.72,
"system" : "http://unitsofmeasure.org",
"code" : "kg/m2"
}
}
]
},
"request" : {
"method" : "POST",
"url" : "Observation"
}
}
]
}