FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Observation |
| Id | Observation-example-preterm-births.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-preterm-births
Profile: QICore Simple Observation
status: Final
category: exam
code: Births.preterm
effective: 2023-10-22 06:30:00+0500 --> 2023-10-22 08:30:10+0500
issued: 2023-10-22 07:30:10+0500
performer: Practitioner
value: 0
{
"resourceType": "Observation",
"id": "example-preterm-births",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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/example-2"
},
"encounter": {
"reference": "Encounter/example"
},
"effectivePeriod": {
"start": "2023-10-22T06:30:00+05:00",
"end": "2023-10-22T08:30:10+05:00"
},
"issued": "2023-10-22T07:30:10+05:00",
"performer": [
{
"reference": "Practitioner/example",
"display": "Practitioner"
}
],
"valueInteger": 0
}