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-reported-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-reported-example</b></p><a name=\"janusync-medicationrequest-reported-example\"> </a><a name=\"hcjanusync-medicationrequest-reported-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>reported</b>: true</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></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",
"reportedBoolean" : true,
"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"
}