FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeObservation
IdObservation-obs-response-moca.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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'


Source1

{
  "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"
    }
  ]
}