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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-alcohol-use-status.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 alcohol-use-status

status: Final

category: Social History

code: Alcohol use status

subject: Amy Shaw

effective: 2023-08-03

performer: Amy Shaw

value: other choices - non-drinker, former drinker, current drinker


Source1

{
  "resourceType": "Observation",
  "id": "alcohol-use-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ],
      "text": "Social History"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11331-6",
        "display": "History of Alcohol use"
      }
    ],
    "text": "Alcohol use status"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2023-08-03",
  "performer": [
    {
      "reference": "Patient/example",
      "display": "Amy Shaw"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "228276006",
        "display": "Occasional drinker"
      }
    ],
    "text": "other choices - non-drinker, former drinker, current drinker"
  }
}