MHK Interoperability Implementation Guide
0.1.0 - CI Build
MHK Interoperability Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "DTR-ServiceRequest-Eylea",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest DTR-ServiceRequest-Eylea</b></p><a name=\"DTR-ServiceRequest-Eylea\"> </a><a name=\"hcDTR-ServiceRequest-Eylea\"> </a><a name=\"DTR-ServiceRequest-Eylea-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 733420}\">Eylea 40 MG/ML Injection</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>occurrence</b>: 2025-06-05</p><p><b>requester</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>performer</b>: <a href=\"Organization/provider\">Organization/provider</a></p></div>"
},
"status" : "active",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "733420",
"display" : "Eylea 40 MG/ML Injection"
}
]
},
"subject" : {
"reference" : "Patient/example"
},
"occurrenceDateTime" : "2025-06-05",
"requester" : {
"reference" : "Practitioner/example"
},
"performer" : [
{
"reference" : "Organization/provider"
}
]
}