FHIR IG analytics| Package | ihe.pharm.mpd.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-PrescriptionLine5.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "PrescriptionLine5",
"identifier": [
{
"system": "http://example.org/prescriptionlines",
"value": "line5"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://id.who.int/icd/release/11/mms",
"code": "med1"
}
]
},
"subject": {
"identifier": {
"value": "patient1"
}
},
"groupIdentifier": {
"system": "http://example.org/prescriptions",
"value": "prescr2"
}
}