FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-hepatitis-b-antibody.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest hepatitis-b-antibody
Profile: AU Base ServiceRequest
identifier: Placer Identifier/1122334455
status: Completed
intent: Order
code: Hepatitis B surface antibody
authoredOn: 2019-09-23
requester: PractitionerRole General practitioner
reasonCode: Hepatitis B surface antibody status
{
"resourceType": "ServiceRequest",
"id": "hepatitis-b-antibody",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC",
"display": "Placer Identifier"
}
]
},
"system": "https://dfmc.example.com/labs/order-identifier",
"value": "1122334455",
"assigner": {
"reference": "Organization/example3",
"display": "Devonport Family Medicine Clinic"
}
}
],
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65911000",
"display": "Hepatitis B surface antibody measurement"
}
],
"text": "Hepatitis B surface antibody"
},
"subject": {
"reference": "Patient/example0"
},
"authoredOn": "2019-09-23",
"requester": {
"reference": "PractitionerRole/example3"
},
"reasonCode": [
{
"text": "Hepatitis B surface antibody status"
}
]
}