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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relatedperson-2-veterinary"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DL" ] ;
fhir:display [ fhir:v "Driver's license number" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.25"^^xsd:anyURI ] ;
fhir:value [ fhir:v "M231-64600-565-55" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/pdmp-patient-2-veterinary" ]
  ] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Samuels" ] ;
    ( fhir:given [ fhir:v "August" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1989-03-12"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "10023 Oakways Ln" ] ) ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01742" ]
  ] ) . #