Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex PractitionerRole full example - 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:Resource.id [ fhir:value "full"];
  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>id</b>: full</p><p><b>practitioner</b>: <a href=\"Practitioner-full.html\">Generated Summary: id: full; id: 9941339108, id: 9941339108, id: 25456; Bone </a></p><p><b>organization</b>: <a href=\"Organization-full.html\">Generated Summary: id: full; id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645; active; name: New Health Plan; ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</a></p><p><b>code</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 111N00000X}\">111N00000X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 122300000X}\">122300000X</span></p><p><b>specialty</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TE1100X}\">103TE1100X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TF0000X}\">103TF0000X</span></p><p><b>location</b>: </p><ul><li><a href=\"http://example.org/some-clinic/Location/1874\">http://example.org/some-clinic/Location/1874</a></li><li><a href=\"http://example.org/some-clinic/Location/9233\">http://example.org/some-clinic/Location/9233</a></li></ul><p><b>telecom</b>: ph: 1-222-333-4444, ronald.bone@newpayor.com, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href=\"http://example.org/some-clinic/EndPoint/1\">http://example.org/some-clinic/EndPoint/1</a></li><li><a href=\"http://example.org/some-clinic/EndPoint/2\">http://example.org/some-clinic/EndPoint/2</a></li></ul></div>"
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/full" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "Organization/full" ]
  ];
  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 "111N00000X" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
       fhir:Coding.code [ fhir:value "122300000X" ]     ]
  ];
  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 "103TE1100X" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
       fhir:Coding.code [ fhir:value "103TF0000X" ]     ]
  ];
  fhir:PractitionerRole.location [
     fhir:index 0;
     fhir:link <http://example.org/some-clinic/Location/1874>;
     fhir:Reference.reference [ fhir:value "http://example.org/some-clinic/Location/1874" ]
  ], [
     fhir:index 1;
     fhir:link <http://example.org/some-clinic/Location/9233>;
     fhir:Reference.reference [ fhir:value "http://example.org/some-clinic/Location/9233" ]
  ];
  fhir:PractitionerRole.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "1-222-333-4444" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "ronald.bone@newpayor.com" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "pager" ];
     fhir:ContactPoint.value [ fhir:value "1(111)-1111111 - after 5pm" ]
  ];
  fhir:PractitionerRole.endpoint [
     fhir:index 0;
     fhir:link <http://example.org/some-clinic/EndPoint/1>;
     fhir:Reference.reference [ fhir:value "http://example.org/some-clinic/EndPoint/1" ]
  ], [
     fhir:index 1;
     fhir:link <http://example.org/some-clinic/EndPoint/2>;
     fhir:Reference.reference [ fhir:value "http://example.org/some-clinic/EndPoint/2" ]
  ].

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

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