CARIN Consumer Realtime Pharmacy Benefit Check
- CI Build

This page is part of the Consumer Real-time Pharmacy Benefit Check (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Patient-rtpbc-patient-03

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="rtpbc-patient-03"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/carin/StructureDefinition/rtpbc-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: rtpbc-patient-03</p><p><b>meta</b>: </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>
  <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>