FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AlcoholDisorder - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="AlcoholDisorder"/>
  <meta>
    <profile
             value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSCondition"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition AlcoholDisorder</b></p><a name="AlcoholDisorder"> </a><a name="hcAlcoholDisorder"> </a><a name="AlcoholDisorder-en-US"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NJSAMSCondition.html">NJSAMSCondition</a></p></div><p><b>UseSpecifiers</b>: <a href="CodeSystem-UseSpecifiers.html#UseSpecifiers-1">Use Specifier 1</a>: In early remission</p><p><b>UseSpecifiers</b>: <a href="CodeSystem-UseSpecifiers.html#UseSpecifiers-3">Use Specifier 3</a>: In a controlled environment</p><p><b>Sequence</b>: 1</p><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/DSMID</code>/123455</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>severity</b>: <span title="Codes:{http://snomed.info/sct 255604002}">Mild</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 F10.10}">Alcohol abuse, uncomplicated</span></p><p><b>subject</b>: <a href="Patient-PatientComplete.html">William Smith  Other, DoB: 2000-06-11 ( http://hl7.org/fhir/sid/us-ssn#United States Social Security Number#00-00-0000)</a></p><p><b>recordedDate</b>: 2022-01-15</p><p><b>recorder</b>: <a href="Practitioner-DSM5Supervisor.html">Practitioner Dr. John Dough</a></p><p><b>asserter</b>: <a href="Practitioner-DSM5Counselor.html">Practitioner Maria Pipitome</a></p><p><b>note</b>: This client has come in with uncomplicated alcohol abuse. They are recommended for XYZ treatment</p></div>
  </text>
  <extension
             url="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/UseSpecifiers">
    <valueCoding>
      <system
              value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/UseSpecifiers"/>
      <code value="1"/>
      <display value="In early remission"/>
    </valueCoding>
  </extension>
  <extension
             url="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/UseSpecifiers">
    <valueCoding>
      <system
              value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/UseSpecifiers"/>
      <code value="3"/>
      <display value="In a controlled environment"/>
    </valueCoding>
  </extension>
  <extension
             url="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/Sequence">
    <valueInteger value="1"/>
  </extension>
  <identifier>
    <system value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/DSMID"/>
    <value value="123455"/>
  </identifier>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
  </category>
  <severity>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="255604002"/>
      <display value="Mild"/>
    </coding>
  </severity>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="F10.10"/>
      <display value="Alcohol abuse, uncomplicated"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientComplete"/>
  </subject>
  <recordedDate value="2022-01-15"/>
  <recorder>🔗 
    <reference value="Practitioner/DSM5Supervisor"/>
  </recorder>
  <asserter>🔗 
    <reference value="Practitioner/DSM5Counselor"/>
  </asserter>
  <note>
    <text
          value="This client has come in with uncomplicated alcohol abuse. They are recommended for XYZ treatment"/>
  </note>
</Condition>