FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-obs-response-moca.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation obs-response-moca
status: Final
category: Survey, Cognitive Status
code: Total score [MoCA]
subject: Patricia Noelle
effective: 2022-12-08 17:32:00-0500
performer: Julie Smith
value: 25 score (Details: UCUM code{score} = '{score}')
derivedFrom: Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '->Patricia Noelle'
{
"resourceType": "Observation",
"id": "obs-response-moca",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
},
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "cognitive-status",
"display": "Cognitive Status"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72172-0",
"display": "Total score [MoCA]"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"effectiveDateTime": "2022-12-08T17:32:00-05:00",
"performer": [
{
"reference": "PractitionerRole/careCoordinator-1",
"display": "Julie Smith"
}
],
"valueQuantity": {
"value": 25,
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "{score}"
},
"derivedFrom": [
{
"reference": "QuestionnaireResponse/questionnnaire-res-moca"
}
]
}