Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: Observation Example supporting USCDI Tribal Affiliation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="tribalAffiliation-Example1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation tribalAffiliation-Example1</b></p><a name="tribalAffiliation-Example1"> </a><a name="hctribalAffiliation-Example1"> </a><a name="tribalAffiliation-Example1-en-US"> </a><p><b>identifier</b>: Unspecified Identifier/tribalAffiliation-Example1</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}">Social History</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 95370-3}">Tribal Affiliation</span></p><p><b>subject</b>: <a href="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>effective</b>: 2023-08-22 02:46:06-0700</p><p><b>value</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS  338}">Native Village of Afognak</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ObservationId/1000-4-9390"/>
    <value value="tribalAffiliation-Example1"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="social-history"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="95370-3"/>
      <display value="Tribal Affiliation"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/Example1"/>
  </subject>
  <effectiveDateTime value="2023-08-22T02:46:06-07:00"/>
  <valueCodeableConcept>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS "/>
      <code value="338"/>
      <display value="Native Village of Afognak"/>
    </coding>
    <text value="Native Village of Afognak"/>
  </valueCodeableConcept>
</Observation>