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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-AHC-HRSN-item-example-68517-2.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 AHC-HRSN-item-example-68517-2

status: Final

category: SDOH, Survey

code: How many times in the past 12 months have you had 5 or more drinks in a day (males) or 4 or more drinks in a day (females)?

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

effective: 2022-03-29 22:38:59+0000

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

value: Daily or almost daily

derivedFrom: Questionnaire Response AHC HRSN Screening Example


Source1

{
  "resourceType": "Observation",
  "id": "AHC-HRSN-item-example-68517-2",
  "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": "68517-2",
        "display": "How many times in the past year have you have X or more drinks in a day"
      }
    ],
    "text": "How many times in the past 12 months have you had 5 or more drinks in a day (males) or 4 or more drinks in a day (females)?"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2022-03-29T22:38:59.084000+00:00",
  "performer": [
    {
      "reference": "Patient/example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA18934-2",
        "display": "Daily or almost daily"
      }
    ],
    "text": "Daily or almost daily"
  },
  "derivedFrom": [
    {
      "display": "Questionnaire Response AHC HRSN Screening Example"
    }
  ]
}