FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Observation |
| Id | Observation-example-frailty.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-frailty
Profile: QICore Simple Observation
status: Final
category: exam
code: Mobility device or aid is regularly used
effective: 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100
issued: 2013-04-03 15:30:10+0100
performer: Practitioner
value: Dependence on wheelchair (finding)
{
"resourceType": "Observation",
"id": "example-frailty",
"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": "99354-3",
"display": "Mobility device or aid is regularly used"
}
]
},
"subject": {
"reference": "Patient/example-2"
},
"encounter": {
"reference": "Encounter/example"
},
"effectivePeriod": {
"start": "2013-04-02T10:30:10+01:00",
"end": "2013-04-05T10:30:10+01:00"
},
"issued": "2013-04-03T15:30:10+01:00",
"performer": [
{
"reference": "Practitioner/example",
"display": "Practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "105503008",
"display": "Dependence on wheelchair (finding)"
}
]
}
}