FHIR IG analytics| Package | ihe.pharm.mpd |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-PrescriptionLine2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest PrescriptionLine2
identifier: http://example.org/NamingSystem/prescriptionlines/line2
groupIdentifier: http://example.org/prescriptions/prescr1
status: Active
intent: Option
| Concept |
| XM2L06 |
subject: Identifier: patient1
{
"resourceType": "MedicationRequest",
"id": "PrescriptionLine2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/NamingSystem/prescriptionlines",
"value": "line2"
}
],
"groupIdentifier": {
"system": "http://example.org/prescriptions",
"value": "prescr1"
},
"status": "active",
"intent": "option",
"medication": {
"concept": {
"coding": [
{
"system": "http://id.who.int/icd/release/11/mms",
"code": "XM2L06"
}
]
}
},
"subject": {
"identifier": {
"value": "patient1"
}
}
}