FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-monthly-pass1-gestational-age.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-pass1-gestational-age
Profile: ACH Monthly Event Observation
status: Final
category: Exam
code: Gestational age at birth
subject: Pass1 ACH
encounter: Hospital Admission
effective: 2024-02-01 16:02:00-0500
issued: 2024-02-01 16:02:00-0500
value: 164 day (Details: UCUM coded = 'd')
{
"resourceType": "Observation",
"id": "observation-example-ach-monthly-pass1-gestational-age",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-monthly-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "exam"
}
],
"text": "Exam"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76516-4",
"display": "Gestational age--at birth"
}
],
"text": "Gestational age at birth"
},
"subject": {
"reference": "Patient/patient-example-ach-monthly-pass1",
"display": "Pass1 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-monthly-pass1",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-02-01T16:02:00-05:00",
"issued": "2024-02-01T16:02:00-05:00",
"valueQuantity": {
"value": 164,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}