FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-monthly-pass2-hemo-a1c.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-example-ach-monthly-pass2-hemo-a1c
basedOn: ServiceRequest Hemoglobin A1c [Mass/volume] in Blood
status: Final
category: Laboratory
code: Hemoglobin A1c
subject: Pass2 ACH
encounter: Hospital Admission
effective: 2024-01-31 23:01:00-0500
issued: 2024-01-31 23:52:00-0500
value: 7.5 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "observation-example-ach-monthly-pass2-hemo-a1c",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-monthly-observation-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/servicerequest-example-ach-monthly-pass2-hemo-a1c"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
],
"text": "Hemoglobin A1c"
},
"subject": {
"reference": "Patient/patient-example-ach-monthly-pass2",
"display": "Pass2 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-monthly-pass2-inpatient",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-01-31T23:01:00-05:00",
"issued": "2024-01-31T23:52:00-05:00",
"valueQuantity": {
"value": 7.5,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"specimen": {
"reference": "Specimen/specimen-example-ach-monthly-pass2-blood-1"
}
}