FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-example-ach-ach-pass2-hemo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest servicerequest-example-ach-ach-pass2-hemo
identifier: Placer Identifier/1019631824 (use: usual, )
status: Completed
intent: Original Order
category: Laboratory procedure
priority: STAT
code: Hemoglobin
quantity: 1
subject: Pass2 ACH
encounter: Hospital Admission
occurrence: Code , Events: 2024-02-02 11:22:00-0500 , Count 1 times, Once
authoredOn: 2024-02-02 11:22:00-0500
{
"resourceType": "ServiceRequest",
"id": "servicerequest-example-ach-ach-pass2-hemo",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC",
"display": "Placer Identifier"
}
],
"text": "Placer Identifier"
},
"system": "http://example.org/identifiers/798",
"value": "1019631824"
}
],
"status": "completed",
"intent": "original-order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
],
"text": "Laboratory procedure"
}
],
"priority": "stat",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30350-3",
"display": "Hemoglobin [Mass/volume] in Venous blood"
}
],
"text": "Hemoglobin"
},
"quantityQuantity": {
"value": 1
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display": "Hospital Admission"
},
"occurrenceTiming": {
"event": [
"2024-02-02T11:22:00-05:00"
],
"repeat": {
"count": 1
},
"code": {
"text": "Once"
}
},
"authoredOn": "2024-02-02T11:22:00-05:00",
"specimen": [
{
"reference": "Specimen/specimen-example-ach-ach-pass2-blood-2"
}
]
}