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. Nura Mekel - 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-Neuro-NuraMekel> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Role-Neuro-NuraMekel"] ;
  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-Neuro-NuraMekel</b></p><a name=\"Role-Neuro-NuraMekel\"> </a><a name=\"hcRole-Neuro-NuraMekel\"> </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-NuraMekel.html\">Nura Mekel</a></p><p><b>organization</b>: <a href=\"Organization-org-Neuro-Care-Inc.html\">Neuro Care Inc.</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 2084N0400X}\">Neurology Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-Neuro-Care-Inc.html\">Location Neuro Care Inc.</a></p><p><b>telecom</b>: ph: (210) 555 5555</p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Example-NuraMekel> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Example-NuraMekel" ] ;
     fhir:Reference.display [ fhir:value "Nura Mekel" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-Neuro-Care-Inc> ;
     fhir:Reference.reference [ fhir:value "Organization/org-Neuro-Care-Inc" ] ;
     fhir:Reference.display [ fhir:value "Neuro Care Inc." ]
  ] ;
  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 "2084N0400X" ] ;
       fhir:Coding.display [ fhir:value "Neurology Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-Neuro-Care-Inc> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-Neuro-Care-Inc" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(210) 555 5555" ]
  ] .

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

<http://hl7.org/fhir/Organization/org-Neuro-Care-Inc> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-Neuro-Care-Inc> a fhir:Location .

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

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