Gravitate Health FHIR Implementation Guide (FHIR R4)
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide (FHIR R4), published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health-ips/ and changes regularly. See the Directory of published versions

: alcohol-use-example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="alcohol-use-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-alcoholuse-uv-ips"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Observation alcohol-use-example</b></p><a name="alcohol-use-example"> </a><a name="hcalcohol-use-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/HL7/fhir-ips/StructureDefinition-Observation-alcoholuse-uv-ips.html">Observation Social History - Alcohol Use (IPS)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 74013-4}">Alcoholic drinks per day</span></p><p><b>subject</b>: <a href="Bundle-Ovl-gravitate-Alicia.html#Patient_Ovl-alicia-patient">Alicia Gravitate  Female, DoB: 1998-10-05 ( https://www.gravitatehealth.eu/sid/doc#alicia-1-local)</a></p><p><b>effective</b>: 2019-07-15</p><p><b>performer</b>: <a href="Bundle-Ovl-gravitate-Alicia.html#Practitioner_Ovl-alicia-pract">Dr. Walter Waltz</a></p><p><b>value</b>: 2 wine glasses per day<span style="background: LightGoldenRodYellow"> (Details: UCUM  code/d = '/d')</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="74013-4"/>
      <display value="Alcoholic drinks per day"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/Ovl-alicia-patient"/>
  </subject>
  <effectiveDateTime value="2019-07-15"/>
  <performer>
    <reference value="Practitioner/Ovl-alicia-pract"/>
    <display value="Dr. Walter Waltz"/>
  </performer>
  <valueQuantity>
    <value value="2"/>
    <unit value="wine glasses per day"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="/d"/>
  </valueQuantity>
</Observation>