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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-HVS-item-example-88123-5.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 HVS-item-example-88123-5

status: Final

category: SDOH, Survey

code: Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS]

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

effective: 2020-09-10 21:56:54+0000

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

value: Often true

derivedFrom: Response to Questionnaire '->Hunger Vital Sign Example' about '->Amy V. Shaw'


Source1

{
  "resourceType": "Observation",
  "id": "HVS-item-example-88123-5",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|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": "sdoh",
          "display": "SDOH"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "88123-5",
        "display": "Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS]"
      }
    ],
    "text": "Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS]"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2020-09-10T21:56:54.671000+00:00",
  "performer": [
    {
      "reference": "Patient/example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/itemWeight",
            "valueDecimal": 1
          }
        ],
        "system": "http://loinc.org",
        "code": "LA28397-0",
        "display": "Often true"
      }
    ],
    "text": "Often true"
  },
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/hunger-vital-sign-example"
    }
  ]
}