PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: Role of Dr. Gerald Park - TTL Representation

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Role-SNFDoc-GeraldPark"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Role-SNFDoc-GeraldPark</b></p><a name=\"Role-SNFDoc-GeraldPark\"> </a><a name=\"hcRole-SNFDoc-GeraldPark\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a> version: 8.0.1</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Gerald Park</a></p><p><b>organization</b>: <a href=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207QG0300X}\">Geriatric Medicine (Family Medicine) Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-SNF-Happy-Nursing-Facility.html\">Location Happy Nursing Facility</a></p><p><b>telecom</b>: ph: (555) 566 3494</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-GeraldPark" ] ;
     fhir:Reference.display [ fhir:value "Gerald Park" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Organization/org-SNF-Happy-Nursing-Facility" ] ;
     fhir:Reference.display [ fhir:value "Happy Nursing Facility" ]
  ] ;
  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 "207QG0300X" ] ;
       fhir:Coding.display [ fhir:value "Geriatric Medicine (Family Medicine) Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-SNF-Happy-Nursing-Facility" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(555) 566 3494" ]
  ] .

<http://hl7.org/fhir/Practitioner/Example-GeraldPark> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-SNF-Happy-Nursing-Facility> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-SNF-Happy-Nursing-Facility> a fhir:Location .

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

<http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/Role-SNFDoc-GeraldPark.ttl> .