OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: OpenMRS ServiceRequest Example - JSON Representation
Raw json | Download
{
"resourceType" : "ServiceRequest",
"id" : "caec0cba-3802-4b70-a6dd-2eb064450763",
"meta" : {
"profile" : [
"http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-service-request"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"caec0cba-3802-4b70-a6dd-2eb064450763\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest "caec0cba-3802-4b70-a6dd-2eb064450763" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OpenMRS-service-request.html\">OpenMRS Service Request</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: HIV 1 and 2 tests - Meaningful Use set <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75622-1)</span></p><p><b>subject</b>: <a href=\"Patient-example-openmrs-Patient.html\">Patient/example-openmrs-Patient</a> " JEANNETTE"</p><p><b>occurrence</b>: 2014-08-16</p><p><b>requester</b>: <a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2</a> " CAREFUL"</p><p><b>performer</b>: <a href=\"Patient-example-openmrs-Patient.html\">Patient/example-openmrs-Patient</a> " JEANNETTE"</p></div>"
},
"status" : "completed",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "75622-1"
}
]
},
"subject" : {
"reference" : "Patient/example-openmrs-Patient"
},
"occurrenceDateTime" : "2014-08-16",
"requester" : {
"reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"
},
"performer" : [
{
"reference" : "Patient/example-openmrs-Patient"
}
]
}