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

This page is part of the US Prescription Drug Monitoring Program (PDMP) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: relatedperson-2-veterinary - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-2-veterinary",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"relatedperson-2-veterinary\"> </a><a name=\"hcrelatedperson-2-veterinary\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson &quot;relatedperson-2-veterinary&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><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\">Patient/pdmp-patient-2-veterinary</a> &quot; SAMUELS&quot;</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>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "DL",
            "display" : "Driver's license number"
          }
        ]
      },
      "system" : "urn:oid:2.16.840.1.113883.4.3.25",
      "value" : "M231-64600-565-55"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/pdmp-patient-2-veterinary"
  },
  "name" : [
    {
      "family" : "Samuels",
      "given" : [
        "August"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1989-03-12",
  "address" : [
    {
      "line" : [
        "10023 Oakways Ln"
      ],
      "state" : "MA",
      "postalCode" : "01742"
    }
  ]
}