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 - 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 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>"
  },
  "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"
    }
  ]
}