Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example RTPBC Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="rtpbc-patient-03"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: rtpbc-patient-03</p><p><b>meta</b>: </p><p><b>identifier</b>: Patient internal identifier: 30455</p><p><b>name</b>: Jane Doe </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1975-12-05</p><p><b>address</b>: 100 Oak Court Madison WI 53510 US </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
      <text value="Patient internal identifier"/>
    </type>
    <system value="http://example.org/MyPatientApp"/>
    <value value="30455"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="Jane"/>
  </name>
  <gender value="female"/>
  <birthDate value="1975-12-05"/>
  <address>
    <line value="100 Oak Court"/>
    <city value="Madison"/>
    <state value="WI"/>
    <postalCode value="53510"/>
    <country value="US"/>
  </address>
</Patient>