Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx Patient 1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="specialty-rx-patient-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Timothy V. Doe </b> male, DoB: 1987-02-20 ( id: 1234)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 555-555-5555(HOME)</li><li><a href="mailto:tim.doe@example.com">tim.doe@example.com</a></li><li>2224 Century Ave Minnetonka MN 55345 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Languages spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 en-US}">English (Region=United States)</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/patient-id"/>
    <value value="1234"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Doe"/>
    <given value="Timothy"/>
    <given value="V."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="tim.doe@example.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1987-02-20"/>
  <address>
    <line value="2224 Century Ave"/>
    <city value="Minnetonka"/>
    <state value="MN"/>
    <postalCode value="55345"/>
    <country value="US"/>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
        <display value="English (Region=United States)"/>
      </coding>
    </language>
  </communication>
</Patient>