RxVentureIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MayoClinicPGY1ProgramDirector - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MayoClinicPGY1ProgramDirector"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://openclintech.com/rxventure/fhir/StructureDefinition/ProgramContact"^^xsd:anyURI ;
fhir:link <http://openclintech.com/rxventure/fhir/StructureDefinition/ProgramContact> ] )
] ; #
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: PractitionerRole MayoClinicPGY1ProgramDirector</b></p><a name=\"MayoClinicPGY1ProgramDirector\"> </a><a name=\"hcMayoClinicPGY1ProgramDirector\"> </a><a name=\"MayoClinicPGY1ProgramDirector-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-joe-dirt.html\">Practitioner Joe Dirt </a></p><p><b>organization</b>: <a href=\"Organization-mayo-clinic.html\">Organization Mayo Clinic</a></p><p><b>telecom</b>: <a href=\"mailto:dirt.joe@mayo.edu\">dirt.joe@mayo.edu</a></p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/joe-dirt" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/mayo-clinic" ]
] ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "dirt.joe@mayo.edu" ]
] ) . #