FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-cognitive-status-observation-example-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation cognitive-status-observation-example-3
status: Final
category: Survey, Cognitive Status Category
code: Mini-Mental State Examination [MMSE]
subject: James Wolff
effective: 2024-02-01
performer: Dr. Lazslo Cravensworth
| Code | Value[x] |
| Total score [MMSE] | 30 |
{
"resourceType": "Observation",
"id": "cognitive-status-observation-example-3",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|6.1.0"
]
},
"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"
},
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "cognitive-status",
"display": "Cognitive Status"
}
],
"text": "Cognitive Status Category"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72107-6",
"display": "Mini-Mental State Examination [MMSE]"
}
],
"text": "Mini-Mental State Examination [MMSE]"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Practitioner/mental-health-provider-example-1",
"display": "Dr. Lazslo Cravensworth"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72106-8",
"display": "Total score [MMSE]"
}
],
"text": "Total score [MMSE]"
},
"valueInteger": 30
}
]
}