1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "ServiceRequestLabOrderReferalExample",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/ServiceRequestLabOrderReferal"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestLabOrderReferalExample</b></p><a name=\"ServiceRequestLabOrderReferalExample\"> </a><a name=\"hcServiceRequestLabOrderReferalExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLabOrderReferal.html\">ServiceRequestLabOrderReferal</a></p></div><p><b>identifier</b>: <code>http://fhir.cambio.se/ServiceRequest</code>/REQ-12345</p><p><b>basedOn</b>: <a href=\"ServiceRequest/67890\">ServiceRequest/67890</a></p><p><b>requisition</b>: 8dUEj34hwkDNd</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}, {http://cambio.codes/vs/laboratory-service-request-category-value-set 55284006}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><p><b>encounter</b>: <a href=\"Encounter-EncounterOutpatientCoreSeExample.html\">Encounter: extension = id: urn:oid:1.2.752.29.4.19#SE162321024-01d2; status = finished; class = AMB (#AMB); type = 439708006; period = 2024-11-01 11:00:00+0000 --> 2024-11-01 12:00:00+0000</a></p><p><b>occurrence</b>: 2023-10-01 12:00:00+0000</p><p><b>requester</b>: <a href=\"PractitionerRole/9452\">PractitionerRole/9452</a></p><p><b>note</b>: </p><blockquote><div><p>This is an example of a laboratory order referral service request</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "http://fhir.cambio.se/ServiceRequest",
"value" : "REQ-12345"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/67890"
}
],
"requisition" : {
"value" : "8dUEj34hwkDNd"
},
"status" : "draft",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
},
{
"system" : "http://cambio.codes/vs/laboratory-service-request-category-value-set",
"code" : "55284006",
"display" : "Chemical method"
}
]
}
],
"priority" : "routine",
"subject" : {
"type" : "Patient",
"identifier" : {
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "191212121212"
}
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterOutpatientCoreSeExample"
},
"occurrenceDateTime" : "2023-10-01T12:00:00Z",
"requester" : {
"reference" : "PractitionerRole/9452",
"type" : "PractitionerRole"
},
"note" : [
{
"text" : "This is an example of a laboratory order referral service request"
}
]
}