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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-simple-observation-cognitive-status.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 simple-observation-cognitive-status

status: Final

category: Cognitive Status

code: History of Cognitive Function Narrative

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

effective: 2022-11-27 19:22:02+0000

performer: Practitioner Ronald Bone

value: Alert and oriented x 3. She is independent in household finances, social and community activities, coherent and appropriate communication. Appropriate attire for location and weather.


Source1

{
  "resourceType": "Observation",
  "id": "simple-observation-cognitive-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "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": "11332-4",
        "display": "History of Cognitive Function Narrative"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2022-11-27T19:22:02Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1"
    }
  ],
  "valueString": "Alert and oriented x 3. She is independent in household finances, social and community activities, coherent and appropriate communication. Appropriate attire for location and weather."
}