This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PractitionerRole-M"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "6" ];
fhir:Meta.lastUpdated [ fhir:value "2020-08-06T23:24:33.582+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#2SJyfJgnNKtdbk05" ];
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><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-M.html\">Dr. John M. Generated Summary: id: 1234569999; John M ; Phone: 303-303-6443; gender: male; birthDate: 1975-06-09</a></p><p><b>organization</b>: <a href=\"Organization-GHC-organization.html\">Good Health Clinic. Generated Summary: id: 1316452725; active: true; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Good Health Clinic; Phone: (+1) 555-677-7777, customer-service@GHclinic.org</a></p><p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 394814009}\">General practice (specialty)</span></p><p><b>telecom</b>: ph: 5555557777</p></div>"
];
fhir:PractitionerRole.practitioner [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-M" ];
fhir:Reference.display [ fhir:value "Dr. John M" ]
];
fhir:PractitionerRole.organization [
fhir:Reference.reference [ fhir:value "Organization/GHC-organization" ];
fhir:Reference.display [ fhir:value "Good Health Clinic" ]
];
fhir:PractitionerRole.specialty [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394814009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394814009" ];
fhir:Coding.display [ fhir:value "General practice (specialty)" ] ]
];
fhir:PractitionerRole.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555557777" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.