FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Observation |
| Id | Observation-example-preterm-births.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-preterm-births
Profile: US Quality Core Simple Observation
status: Final
category: exam
code: Births.preterm
subject: Example Reproductive Health Patient
effective: 2026-08-05 08:00:00-0400 --> 2026-08-05 08:30:00-0400
issued: 2026-08-05 09:00:00-0400
performer: Example Practitioner
value: 0
{
"resourceType": "Observation",
"id": "example-preterm-births",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11637-6",
"display": "Births.preterm"
}
]
},
"subject": {
"reference": "Patient/reproductive-health-example",
"display": "Example Reproductive Health Patient"
},
"effectivePeriod": {
"start": "2026-08-05T08:00:00-04:00",
"end": "2026-08-05T08:30:00-04:00"
},
"issued": "2026-08-05T09:00:00-04:00",
"performer": [
{
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
],
"valueInteger": 0
}