HL7® FHIR® New Zealand Base Implementation Guide
3.0.1
HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand
{
"resourceType" : "MedicationRequest",
"id" : "medicationrequest-nzeps-long-term-medication",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medicationrequest-nzeps-long-term-medication</b></p><a name=\"medicationrequest-nzeps-long-term-medication\"> </a><a name=\"hcmedicationrequest-nzeps-long-term-medication\"> </a><a name=\"medicationrequest-nzeps-long-term-medication-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 261000}\">Codeine phosphate</span></p><p><b>subject</b>: <a href=\"Patient-patient-dhb.html\">John Doe Male, DoB: 1998-01-01</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nzeps-long-term-medication",
"valueBoolean" : true
}
],
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "261000",
"display" : "Codeine phosphate"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-dhb"
}
}