FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-ApgarFiveMinuteExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ApgarFiveMinuteExample
Profile: Observation - APGAR Score
status: Final
category: Survey
code: 5 minute Apgar Score
subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: 7
{
"resourceType": "Observation",
"id": "ApgarFiveMinuteExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-apgar-score"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9274-2",
"display": "5 minute Apgar Score"
}
]
},
"subject": {
"reference": "Patient/PatientNewbornExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueInteger": 7
}