FHIR IG analytics| Package | hl7.fhir.pt.obs-neonat |
| Resource Type | Observation |
| Id | Observation-apgar-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation apgar-example
status: Final
code: Apgar score (assessment scale)
component
code: Apgar score at 1 minute (observable entity)
value: 7
component
code: Apgar score at 5 minutes (observable entity)
value: 9
component
code: Apgar score at 10 minutes (observable entity)
value: 10
{
"resourceType": "Observation",
"id": "apgar-example",
"meta": {
"profile": [
"https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/ApgarScore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1287344004",
"display": "Apgar score (assessment scale)"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169895004",
"display": "Apgar score at 1 minute (observable entity)"
}
]
},
"valueInteger": 7
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169909004",
"display": "Apgar score at 5 minutes (observable entity)"
}
]
},
"valueInteger": 9
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169922007",
"display": "Apgar score at 10 minutes (observable entity)"
}
]
},
"valueInteger": 10
}
]
}