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" : "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\"><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"
}
}
}