0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Patient Monica Rambeau, age 16 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="Monica16"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Monica16</b></p><a name="Monica16"> </a><a name="hcMonica16"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Monica 16 Rambeau (official) Female, DoB: 2009-02-24</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Mo (Nickname)</td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>Maria Rambeau </li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Emergency Contact</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">mother</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>Frank Rambeau </li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Emergency Contact</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Domestic Partner">Domestic Partner:</td><td colspan="3"><ul><li>unknown  (Male)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The pronouns to use when referring to an individual in verbal or written communication.">Individual Pronouns:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://loinc.org LA29519-8}">she/her/her/hers/herself</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The pronouns to use when referring to an individual in verbal or written communication.">Individual Pronouns:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://loinc.org LA29520-6}">they/them/their/theirs/themselves</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="An individual's personal sense of being a man, woman, boy, girl, nonbinary, or something else. This represents an individual’s identity, ascertained by asking them what that identity is. 
 In the case where the gender identity is communicated by a third party, for example, if a spouse indicates the gender identity of their partner on an intake form, a Provenance resource can be used with a Provenance.target referring to the Patient, with a targetElement extension identifying the gender identity extension as the target element within the Patient resource.  When exchanging this concept, refer to the guidance in the [Gender Harmony Implementation Guide](http://hl7.org/xprod/ig/uv/gender-harmony/).">Individual Gender Identity:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://snomed.info/sct 33791000087105}">Non-binary gender identity</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/individual-genderIdentity">
    <extension url="value">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="33791000087105"/>
          <display value="Non-binary gender identity"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
    <extension url="value">
      <valueCodeableConcept>
        <coding>
          <system value="http://loinc.org"/>
          <code value="LA29519-8"/>
          <display value="she/her/her/hers/herself"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
    <extension url="value">
      <valueCodeableConcept>
        <coding>
          <system value="http://loinc.org"/>
          <code value="LA29520-6"/>
          <display value="they/them/their/theirs/themselves"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <name>
    <use value="official"/>
    <family value="Rambeau"/>
    <given value="Monica"/>
    <given value="16"/>
  </name>
  <name>
    <use value="nickname"/>
    <given value="Mo"/>
  </name>
  <gender value="female"/>
  <birthDate value="2009-02-24"/>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="MTH"/>
        <display value="mother"/>
      </coding>
    </relationship>
    <name>
      <family value="Rambeau"/>
      <given value="Maria"/>
    </name>
  </contact>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="FTH"/>
        <display value="father"/>
      </coding>
    </relationship>
    <name>
      <family value="Rambeau"/>
      <given value="Frank"/>
    </name>
  </contact>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="DOMPART"/>
        <display value="Domestic Partner"/>
      </coding>
    </relationship>
    <name>
      <given value="unknown"/>
    </name>
    <gender value="male"/>
  </contact>
</Patient>