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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeObservation
IdObservation-SDOHCC-ObservationResponsePRAPAREClothingNeedExample.json
FHIR VersionR4B

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 SDOHCC-ObservationResponsePRAPAREClothingNeedExample

status: Final

category: Survey, SDOH, Material Hardship

code: Have you or any family members you live with been unable to get any of the following when it was really needed in past 1 year [PRAPARE]

subject: COLIN V. ABBAS Male, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

effective: 2021-04-26 13:56:33+0000

issued: 2021-04-26 13:56:33+0000

performer: COLIN ABBAS

value: Clothing

derivedFrom: Response to Questionnaire '->SDOHCC Questionnaire PRAPARE' about '->COLIN ABBAS'


Source1

{
  "resourceType": "Observation",
  "id": "SDOHCC-ObservationResponsePRAPAREClothingNeedExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationScreeningResponse"
    ]
  },
  "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": "sdoh",
          "display": "SDOH"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code": "material-hardship",
          "display": "Material Hardship"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "93031-3",
        "display": "Have you or any family members you live with been unable to get any of the following when it was really needed in past 1 year [PRAPARE]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-53234"
  },
  "effectiveDateTime": "2021-04-26T13:56:33.747Z",
  "issued": "2021-04-26T13:56:33.747Z",
  "performer": [
    {
      "reference": "Patient/pat-53234",
      "display": "COLIN ABBAS"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA30126-9",
        "display": "Clothing"
      }
    ]
  },
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/SDOHCC-QuestionnaireResponsePRAPAREExample"
    }
  ]
}