FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-example-ach-ach-pass1-blood.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-pass1-blood
identifier: Placer Identifier/1019631821 (use: usual, )
status: Completed
intent: Original Order
category: Laboratory procedure
code: Bacteria identified in Blood by Culture
quantity: 1
subject: Pass1 ACH
encounter: Hospital Admission
occurrence: Code , Events: 2024-02-02 17:22:00-0500 , Count 1 times, Once
authoredOn: 2024-02-02 17:22:00-0500
{
"resourceType": "ServiceRequest",
"id": "servicerequest-example-ach-ach-pass1-blood",
"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": "1019631821"
}
],
"status": "completed",
"intent": "original-order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
],
"text": "Laboratory procedure"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "600-7",
"display": "Bacteria identified in Blood by Culture"
}
],
"text": "Bacteria identified in Blood by Culture"
},
"quantityQuantity": {
"value": 1
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass1",
"display": "Pass1 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass1",
"display": "Hospital Admission"
},
"occurrenceTiming": {
"event": [
"2024-02-02T17:22:00-05:00"
],
"repeat": {
"count": 1
},
"code": {
"text": "Once"
}
},
"authoredOn": "2024-02-02T17:22:00-05:00",
"specimen": [
{
"reference": "Specimen/specimen-example-ach-ach-pass1-blood"
}
]
}