KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "krcore-medicationrequest-example-03",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest krcore-medicationrequest-example-03</b></p><a name=\"krcore-medicationrequest-example-03\"> </a><a name=\"hckrcore-medicationrequest-example-03\"> </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-krcore-medicationrequest.html\">KR Core MedicationRequest Profile</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication 641907350}\">듀카로정60/5/5밀리그램_(1정)</span></p><p><b>subject</b>: <a href=\"Patient-krcore-patient-example-02.html\">김영희 Female, DoB: 1971-11-11 ( Medical record number)</a></p><p><b>authoredOn</b>: 2025-06-01</p><p><b>requester</b>: <a href=\"Practitioner-krcore-medicaldoctor-example-02.html\">Practitioner null</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 30일간 아침에 1정 복용</p><p><b>timing</b>: Morning, Once 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: UCUM code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2025-06-01 --> 2025-06-30</p><p><b>quantity</b>: 30 알<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM 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>30</td><td>일</td><td><a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
},
"status" : "completed",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient"
}
]
}
],
"medicationCodeableConcept" : {
"extension" : [
{
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "C10BX",
"display" : "Lipid modifying agents in combination with other drugs"
}
]
}
},
{
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "384976003",
"display" : "Amlodipine besilate (substance)"
}
]
}
},
{
"url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "406435003",
"display" : "Rosuvastatin calcium (substance)"
}
]
}
}
],
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
"code" : "641907350",
"display" : "듀카로정60/5/5밀리그램_(1정)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/krcore-patient-example-02"
},
"authoredOn" : "2025-06-01",
"requester" : {
🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-02"
},
"dosageInstruction" : [
{
"text" : "30일간 아침에 1정 복용",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d",
"when" : [
"MORN"
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "알",
"system" : "http://unitsofmeasure.org",
"code" : "{tbl}"
}
}
]
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2025-06-01",
"end" : "2025-06-30"
},
"quantity" : {
"value" : 30,
"unit" : "알",
"system" : "http://unitsofmeasure.org",
"code" : "{tbl}"
},
"expectedSupplyDuration" : {
"value" : 30,
"unit" : "일",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
}