SMART Scheduling Links
1.0.0-ballot - STU 1 Ballot International flag

SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-scheduling-links/ and changes regularly. See the Directory of published versions

: Example PractitionerRole

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ad23d8f2-b88e-48af-ae96-e36f5a5fbd43"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitionerRole" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitionerRole>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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 ad23d8f2-b88e-48af-ae96-e36f5a5fbd43</b></p><a name=\"ad23d8f2-b88e-48af-ae96-e36f5a5fbd43\"> </a><a name=\"hcad23d8f2-b88e-48af-ae96-e36f5a5fbd43\"> </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=\"StructureDefinition-smart-scheduling-practitionerRole.html\">PractitionerRole</a></p></div><p><b>identifier</b>: <code>https://healthsystem.example.com/practitioner-role-directory</code>/ROLE-12345, <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567890</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-fd3c7a99-bb59-4fef-9f79-88d1f7275ca6.html\">Dr. John Robert Smith</a></p><p><b>organization</b>: <a href=\"Organization-c3453010-d1ae-4180-937e-86cc11292693.html\">Berkshire Family Medicine</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394802001}\">General medicine</span></p><p><b>location</b>: <a href=\"Location-44981b4a-8eae-48f7-bb7f-bf008bbe05af.html\">OpenClinTech Primary Clinic</a></p><p><b>telecom</b>: ph: 413-555-0123, <a href=\"mailto:appointments@berkshirefamilymedicine.example.com\">appointments@berkshirefamilymedicine.example.com</a></p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "https://healthsystem.example.com/practitioner-role-directory" ] ;
     fhir:Identifier.value [ fhir:value "ROLE-12345" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1234567890" ]
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6> ;
     fhir:Reference.reference [ fhir:value "Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6" ] ;
     fhir:Reference.display [ fhir:value "Dr. John Robert Smith" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/c3453010-d1ae-4180-937e-86cc11292693> ;
     fhir:Reference.reference [ fhir:value "Organization/c3453010-d1ae-4180-937e-86cc11292693" ] ;
     fhir:Reference.display [ fhir:value "Berkshire Family Medicine" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:309343006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "309343006" ] ;
       fhir:Coding.display [ fhir:value "Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:394802001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394802001" ] ;
       fhir:Coding.display [ fhir:value "General medicine" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> ;
     fhir:Reference.reference [ fhir:value "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af" ] ;
     fhir:Reference.display [ fhir:value "OpenClinTech Primary Clinic" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "413-555-0123" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "appointments@berkshirefamilymedicine.example.com" ]
  ] .

<http://hl7.org/fhir/Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/c3453010-d1ae-4180-937e-86cc11292693> a fhir:Organization .

<http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> a fhir:Location .

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

<http://hl7.org/fhir/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43.ttl> .