FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Observation |
| Id | Observation-example-screening-assessment-10-minute-apgar-heart-rate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-screening-assessment-10-minute-apgar-heart-rate
status: Final
category: Survey
code: Apgar respiratory effort score
subject: Infant Example Male, DoB: 2020-06-02 ( Medical Record Number: 1032703 (use: usual, ))
effective: 2016-05-18 22:33:22+0000
performer: Practitioner Adam Careful
value: 2. At least 100 beats per minute
{
"resourceType": "Observation",
"id": "example-screening-assessment-10-minute-apgar-heart-rate",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "10 minute Apgar Heart Rate Screening Assessment Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a US Quality Core Observation Screening Assessment Profile illustrates its use to directly capture individual screening assessment items as an observation. It is not derived from a FHIR QuestionnaireResponse."
}
],
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-screening-assessment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
],
"text": "Survey"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "32402-0",
"display": "10 minute Apgar Heart Rate"
}
],
"text": "Apgar respiratory effort score"
},
"subject": {
"reference": "Patient/infant-example"
},
"effectiveDateTime": "2016-05-18T22:33:22+00:00",
"performer": [
{
"reference": "Practitioner/example"
}
],
"valueCodeableConcept": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal": 2
}
],
"system": "http://loinc.org",
"code": "LA6718-6",
"display": "At least 100 beats per minute"
}
],
"text": "2. At least 100 beats per minute"
}
}