FHIR IG analytics| Package | hl7.fhir.au.ereq |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-order-fbc-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest order-fbc-1
Profile: AU eRequesting Pathology Request
AU eRequesting Display Sequence: 1
identifier: Placer Identifier/EMC4542244-5625-01
requisition: Placer Group Number/EMC4542244-5625
status: Active
intent: Order
category: Laboratory procedure
code: FBC
authoredOn: 2024-05-11
requester: PractitionerRole General practitioner
{
"resourceType": "ServiceRequest",
"id": "order-fbc-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-displaysequence",
"valueInteger": 1
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC",
"display": "Placer Identifier"
}
]
},
"system": "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359",
"value": "EMC4542244-5625-01",
"assigner": {
"display": "Elimbah Medical Centre"
}
}
],
"requisition": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PGN",
"display": "Placer Group Number"
}
]
},
"system": "http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359",
"value": "EMC4542244-5625",
"assigner": {
"display": "Elimbah Medical Centre"
}
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26604007",
"display": "Complete blood count"
}
],
"text": "FBC"
},
"subject": {
"reference": "Patient/roberts-fred"
},
"encounter": {
"reference": "Encounter/gp-consultation"
},
"authoredOn": "2024-05-11",
"requester": {
"reference": "PractitionerRole/generalpractitioner-guthridge-jarred"
}
}