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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeObservation
IdObservation-disability-status-observation-example-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 disability-status-observation-example-1

status: Final

category: Survey

code: Disability status [CUBS]

subject: James Wolff

effective: 2024-02-01

performer: Dr. Lazslo Cravensworth

value: I'm Vulnerable - I sometimes or periodically have acute or chronic symptoms affecting housing, employment, social interactions, etc.


Source1

{
  "resourceType": "Observation",
  "id": "disability-status-observation-example-1",
  "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"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "89571-4",
        "display": "Disability status [CUBS]"
      }
    ],
    "text": "Disability status [CUBS]"
  },
  "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"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA29243-5",
        "display": "I'm Vulnerable - I sometimes or periodically have acute or chronic symptoms affecting housing, employment, social interactions, etc."
      }
    ],
    "text": "I'm Vulnerable - I sometimes or periodically have acute or chronic symptoms affecting housing, employment, social interactions, etc."
  }
}