Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of a downloaded copy of this specification. This page is part of the Da Vinci Care Coordination Alerts (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Turtle Format: PractitionerRole-example

Download Raw ttl

@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 "example"];
  fhir:Resource.meta [
     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 with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href=\"Practitioner-example-1.html\">Brenda Jennings Richard MD. Generated Summary: id: example-1; 9941339108, 25456; Ronald Bone </a></p><p><b>organization</b>: <a href=\"Organization-example-2.html\">Acme Lab. Generated Summary: id: example-2; 1407071236, 121111111; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Clinic; ph: (+1) 734-677-7777, customer-service@acme-clinic.org</a></p><p><b>code</b>: Primary Care <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '261QP2300X' = 'Primary Care', given as 'Primary Care'})</span></p><p><b>specialty</b>: General Practice <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '208D00000X' = 'General Practice', given as 'General Practice'})</span></p><p><b>location</b>: <a href=\"Location-hl7east.html\">Health Level Seven International. Generated Summary: id: hl7east; 29; status: active; name: Health Level Seven International - Amherst; description: HL7 Headquarters - East; ph: (+1) 734-677-7777</a></p><p><b>endpoint</b>: </p><ul><li>Westwood Physicians Organization ADT</li><li>Brenda.Jennings.Richard.MD@direct.example.org</li></ul></div>"
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/example-1" ];
     fhir:Reference.display [ fhir:value "Brenda Jennings Richard MD" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "Organization/example-2" ];
     fhir:Reference.display [ fhir:value "Acme Lab" ]
  ];
  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 "261QP2300X" ];
       fhir:Coding.display [ fhir:value "Primary Care" ]     ]
  ];
  fhir:PractitionerRole.specialty [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
       fhir:Coding.code [ fhir:value "208D00000X" ];
       fhir:Coding.display [ fhir:value "General Practice" ]     ]
  ];
  fhir:PractitionerRole.location [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Location/hl7east" ];
     fhir:Reference.display [ fhir:value "Health Level Seven International" ]
  ];
  fhir:PractitionerRole.endpoint [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "Westwood Physicians Organization ADT" ]
  ], [
     fhir:index 1;
     fhir:Reference.display [ fhir:value "Brenda.Jennings.Richard.MD@direct.example.org" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.