This page is part of the HL7 Europe Base and Core (v2.0.0-ballot: Release Ballot) based on FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 0.1.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest 1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1</b></p><a name=\"1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1\"> </a><a name=\"hc1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1\"> </a><p><b>identifier</b>: <code>http://example.org/lis-order</code>/123456</p><p><b>requisition</b>: <code>http://example.org/gp-order</code>/0901001234567234</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: ASAP</p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 14957-5}\">Microalbumin Massa/Volume in Urine</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient-eu-core-example.html\">John Doe Male, DoB: 1980-01-01</a></p></div>"
},
"identifier" : [
{
"system" : "http://example.org/lis-order",
"value" : "123456"
}
],
"requisition" : {
"system" : "http://example.org/gp-order",
"value" : "0901001234567234"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"priority" : "asap",
"code" : {
"concept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "14957-5",
"display" : "Microalbumin [Mass/volume] in Urine"
}
],
"text" : "Microalbumin Massa/Volume in Urine"
}
},
"subject" : {
🔗 "reference" : "Patient/patient-eu-core-example"
}
}