HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build Czechia flag

HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: practitionerrole1

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/practitionerrole1> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "practitionerrole1"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-07-01T13:30:55.864+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core>
     ]
  ] ;
  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 practitionerrole1</b></p><a name=\"practitionerrole1\"> </a><a name=\"hcpractitionerrole1\"> </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\">version: 1; Last updated: 2019-07-01 13:30:55+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cz-practitionerrole-core.html\">Practitioner Role (CZ core)</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/23</p><p><b>active</b>: true</p><p><b>period</b>: 2022-08-01 00:00:00+0000 --&gt; 2022-12-31 00:00:00+0000</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-2.html\">MUDr. Hana Doktorová</a></p><p><b>organization</b>: <a href=\"Organization-Organization-2.html\">Ordinace praktického lékaře, MUDr. Hana Doktorová</a></p><p><b>code</b>: <span title=\"Codes:{https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani L00}\">Lékař</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">všeobecné praktické lékařství (specializace)</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Tuesday, Wednesday</p><p><b>availableStartTime</b>: 12:30:00</p><p><b>availableEndTime</b>: 18:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday, Friday</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 13:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Plánovaná dovolená</td><td>2023-08-01 00:00:00+0000 --&gt; 2023-08-20 00:00:00+0000</td></tr></table><p><b>availabilityExceptions</b>: Státní svátky</p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ] ;
     fhir:Identifier.value [ fhir:value "23" ]
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2022-08-01T00:00:00.000Z"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2022-12-31T00:00:00.000Z"^^xsd:dateTime ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-2> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-2" ] ;
     fhir:Reference.display [ fhir:value "MUDr. Hana Doktorová" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/Organization-2> ;
     fhir:Reference.reference [ fhir:value "Organization/Organization-2" ] ;
     fhir:Reference.display [ fhir:value "Ordinace praktického lékaře, MUDr. Hana Doktorová" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani" ] ;
       fhir:Coding.code [ fhir:value "L00" ] ;
       fhir:Coding.display [ fhir:value "Lékař" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:394814009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394814009" ] ;
       fhir:Coding.display [ fhir:value "všeobecné praktické lékařství (specializace)" ]
     ]
  ] ;
  fhir:PractitionerRole.availableTime [
     fhir:index -1 ;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "tue" ;
       fhir:index -1
     ], [
       fhir:value "wed" ;
       fhir:index -1
     ] ;
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "12:30:00"^^xsd:time ] ;
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "18:30:00"^^xsd:time ]
  ], [
     fhir:index -1 ;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "thu" ;
       fhir:index -1
     ], [
       fhir:value "fri" ;
       fhir:index -1
     ] ;
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "07:00:00"^^xsd:time ] ;
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "13:00:00"^^xsd:time ]
  ] ;
  fhir:PractitionerRole.notAvailable [
     fhir:index -1 ;
     fhir:PractitionerRole.notAvailable.description [ fhir:value "Plánovaná dovolená" ] ;
     fhir:PractitionerRole.notAvailable.during [
       fhir:Period.start [ fhir:value "2023-08-01T00:00:00.000Z"^^xsd:dateTime ] ;
       fhir:Period.end [ fhir:value "2023-08-20T00:00:00.000Z"^^xsd:dateTime ]
     ]
  ] ;
  fhir:PractitionerRole.availabilityExceptions [ fhir:value "Státní svátky"] .

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

<http://hl7.org/fhir/Organization/Organization-2> a fhir:Organization .

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

<http://hl7.org/fhir/PractitionerRole/practitionerrole1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/practitionerrole1.ttl> .