This page is part of the SDOH Clinical Care for Multiple Domains (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "SDOHCC-PractitionerRoleDrJanWaterExample"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2021-11-16T15:52:03.949+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#T4wpE5GReCGgeyeF" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"SDOHCC-PractitionerRoleDrJanWaterExample\" Version \"5\" Updated \"2021-11-16T15:52:03.949Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #T4wpE5GReCGgeyeF!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: id: 2424</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Practitioner/SDOHCC-PractitionerDrJanWaterExample: Dr Jan Water</a> \" WATER\"</p><p><b>code</b>: Family Medicine Physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#207Q00000X)</span></p><p><b>telecom</b>: ph: 639 442 6719(WORK), <a href=\"mailto:jan.water@deerland.org\">jan.water@deerland.org</a></p></div>"
];
fhir:PractitionerRole.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://www.deerland.org/practitioners" ];
fhir:Identifier.value [ fhir:value "2424" ]
];
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean];
fhir:PractitionerRole.practitioner [
fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-PractitionerDrJanWaterExample" ];
fhir:Reference.display [ fhir:value "Dr Jan Water" ]
];
fhir:PractitionerRole.code [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
fhir:Coding.code [ fhir:value "207Q00000X" ];
fhir:Coding.display [ fhir:value "Family Medicine Physician" ] ]
];
fhir:PractitionerRole.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "639 442 6719" ];
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "jan.water@deerland.org" ];
fhir:ContactPoint.use [ fhir:value "work" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.