US Prescription Drug Monitoring Program (PDMP)
1.0.0 - STU1 United States of America flag

US Prescription Drug Monitoring Program (PDMP), published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pdmp/ and changes regularly. See the Directory of published versions

: relatedperson-2-veterinary - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-2-veterinary"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-2-veterinary</b></p><a name="relatedperson-2-veterinary"> </a><a name="hcrelatedperson-2-veterinary"> </a><a name="relatedperson-2-veterinary-en-US"> </a><p><b>identifier</b>: Driver's license number/M231-64600-565-55</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-pdmp-patient-2-veterinary.html">Fido Samuels  Male, DoB:  ( Medical record number: 10035406)</a></p><p><b>name</b>: August Samuels </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1989-03-12</p><p><b>address</b>: 10023 Oakways Ln MA 01742 </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="DL"/>
        <display value="Driver's license number"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.3.25"/>
    <value value="M231-64600-565-55"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/pdmp-patient-2-veterinary"/>
  </patient>
  <name>
    <family value="Samuels"/>
    <given value="August"/>
  </name>
  <gender value="male"/>
  <birthDate value="1989-03-12"/>
  <address>
    <line value="10023 Oakways Ln"/>
    <state value="MA"/>
    <postalCode value="01742"/>
  </address>
</RelatedPerson>