US HR1 Medicaid Work Requirements IG (proposed, not supported by CMS)
0.1.0 - ci-build United States of America flag

US HR1 Medicaid Work Requirements IG (proposed, not supported by CMS) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Medicaid Patient (under 19) - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="WRExamplePatient"/>
  <meta>
    <profile
             value="https://wrig.corisystem.org/StructureDefinition/WRPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient WRExamplePatient</b></p><a name="WRExamplePatient"> </a><a name="hcWRExamplePatient"> </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-WRPatient.html">Work Requirements Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Pat Example  Female, DoB: 2008-05-01 ( http://example.org/ids/patient#P-WR-001)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Indicates tribal affiliation for American Indian/Alaska Native patients">US Core Tribal Affiliation Extension:</td><td colspan="3"><ul><li>tribalAffiliation: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS 469}">Native Village of Nanwalek (aka English Bay)</span></li><li>isEnrolled: true</li></ul></td></tr></table></div>
  </text>
  <extension
             url="https://wrig.corisystem.org/StructureDefinition/us-core-tribalAffiliation">
    <extension url="tribalAffiliation">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"/>
          <code value="469"/>
          <display value="Native Village of Nanwalek (aka English Bay)"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="isEnrolled">
      <valueBoolean value="true"/>
    </extension>
  </extension>
  <identifier>
    <system value="http://example.org/ids/patient"/>
    <value value="P-WR-001"/>
  </identifier>
  <name>
    <family value="Example"/>
    <given value="Pat"/>
  </name>
  <gender value="female"/>
  <birthDate value="2008-05-01"/>
</Patient>