FHIR IG analytics| Package | ihe.pharm.mpd |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-PrescriptionLine3.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest PrescriptionLine3
identifier: http://example.org/prescriptionlines/line3
groupIdentifier: http://example.org/prescriptions/prescr1
status: Active
intent: Option
| Concept |
| med1 |
subject: Identifier: patient1
{
"resourceType": "MedicationRequest",
"id": "PrescriptionLine3",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/prescriptionlines",
"value": "line3"
}
],
"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": "med1"
}
]
}
},
"subject": {
"identifier": {
"value": "patient1"
}
}
}