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

FHIR IG analytics

Packagehl7.fhir.us.pacio-cs
Resource TypeObservation
IdObservation-BSJ-Narrative-History-Cognitive-Status-1.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 BSJ-Narrative-History-Cognitive-Status-1

Event Location: Location Primary Care INC.

AssistanceRequired: Independent - Patient completed the activities by him/herself, with or without an assistive device, with no assistance from a helper.

status: Final

category: Functioning

code: History of Cognitive Function Narrative

subject: Betsy Smith-Johnson (no stated gender), DoB Unknown

effective: 2019-07-01 --> 2020-11-30

performer: PractitionerRole Primary Care Clinic/Center

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


Source1

{
  "resourceType": "Observation",
  "id": "BSJ-Narrative-History-Cognitive-Status-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-nhcs"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference": {
        "reference": "Location/provider-org-loc-01"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/assistance-required",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA11539-6",
            "display": "Independent - Patient completed the activities by him/herself, with or without an assistive device, with no assistance from a helper."
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs",
          "code": "functioning",
          "display": "Functioning"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11332-4",
        "display": "History of Cognitive Function Narrative"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "effectivePeriod": {
    "start": "2019-07-01",
    "end": "2020-11-30"
  },
  "performer": [
    {
      "reference": "PractitionerRole/provider-role-pcp"
    }
  ],
  "valueString": "Alert and oriented x 3. She is independent in household finances, social and community activities, coeherent and appropriate communication. Appropriate attire for location and weather."
}