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 - 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 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>"
] ; #
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" ]
] ) . #