FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-krcore-medicationrequest-example-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest krcore-medicationrequest-example-02
Profile: KR Core MedicationRequest Profile
status: Completed
intent: Order
category: Outpatient
medication: 네비레트엠정2.5밀리그램(네비보롤염산염)_(2.725mg/1정)
subject: 김영희 Female, DoB: 1971-11-11 ( Medical record number)
authoredOn: 2025-06-01
requester: Practitioner null
dosageInstruction
text: 30일간 아침과 저녁에 각각 1정 복용
timing: Morning, Evening, 2 per 1 day
DoseAndRates
Dose[x] 1 알 (Details: UCUM code{tbl} = '{tbl}')
dispenseRequest
validityPeriod: 2025-06-01 --> 2025-06-30
quantity: 60 알 (Details: UCUM code{tbl} = '{tbl}')
ExpectedSupplyDurations
Value Unit System Code 30 일 http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "krcore-medicationrequest-example-02",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "C07AB12",
"display": "Nebivolol"
}
]
}
}
],
"coding": [
{
"system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
"code": "641806960",
"display": "네비레트엠정2.5밀리그램(네비보롤염산염)_(2.725mg/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": 2,
"period": 1,
"periodUnit": "d",
"when": [
"MORN",
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "알",
"system": "http://unitsofmeasure.org",
"code": "{tbl}"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2025-06-01",
"end": "2025-06-30"
},
"quantity": {
"value": 60,
"unit": "알",
"system": "http://unitsofmeasure.org",
"code": "{tbl}"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "일",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}