FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MyHealthWayMedicationRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "MyHealthWayMedicationRequestExample"
identifier: http://www.example.com/medicationRequest-example
status: completed
intent: order
reported: false
medication: 케토라신정(케토롤락트로메타민)_(10mg/1정) (HIRA EDI Medication#653400910)
subject: Patient/MyHealthWayPatientExample ""
encounter: Encounter/MyHealthWayEncounterExample
authoredOn: 2023-11-01
requester: PractitionerRole/MyHealthWayPractitionerRoleExample
dosageInstruction
text: 하루 3알 복용
timing: 3 per 1 days
route: Oral route (qualifier value) (SNOMED CT#26643006)
doseAndRate
{
"resourceType": "MedicationRequest",
"id": "MyHealthWayMedicationRequestExample",
"meta": {
"profile": [
"https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com",
"value": "medicationRequest-example"
}
],
"status": "completed",
"intent": "order",
"reportedBoolean": false,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
"code": "653400910",
"display": "케토라신정(케토롤락트로메타민)_(10mg/1정)"
}
]
},
"subject": {
"reference": "Patient/MyHealthWayPatientExample"
},
"encounter": {
"reference": "Encounter/MyHealthWayEncounterExample"
},
"authoredOn": "2023-11-01",
"requester": {
"reference": "PractitionerRole/MyHealthWayPractitionerRoleExample"
},
"dosageInstruction": [
{
"text": "하루 3알 복용",
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
]
}