Publication Build: This will be filled in by the publication tooling
: ServiceRequest - Lipid Panel order - JSON Representation
Raw json | Download
{
"resourceType" : "ServiceRequest",
"id" : "order-lipid",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest",
"http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"order-lipid\"> </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 "order-lipid" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-servicerequest.html\">AU Core ServiceRequest</a>, <a href=\"http://hl7.org.au/fhir/4.1.0/StructureDefinition-au-diagnosticrequest.html\">AU Base Diagnostic Request</a></p></div><p><b>identifier</b>: Placer Order Identifier:\u00a034514444443</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: Pathology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#310074003)</span>, Chemistry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#CH)</span></p><p><b>code</b>: Lipid Panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#16254007)</span></p><p><b>subject</b>: <a href=\"Patient-smith-emma.html\">Patient/smith-emma</a> " SMITH"</p><p><b>requester</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC",
"display" : "Placer Identifier"
}
],
"text" : "Placer Order Identifier"
},
"system" : "http://bobrestergp.example.com/order",
"value" : "34514444443",
"assigner" : {
"display" : "Bobregster Medical Center QLD"
}
}
],
"status" : "completed",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "310074003",
"display" : "Pathology service"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "CH",
"display" : "Chemistry"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "16254007"
}
],
"text" : "Lipid Panel"
},
"subject" : {
"reference" : "Patient/smith-emma"
},
"requester" : {
"reference" : "PractitionerRole/bobrester-bob-gp"
}
}