ELGA Core (R4) DRAFT
0.1.0 - ci-build

ELGA Core (R4) DRAFT, published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-Core-R4/ and changes regularly. See the Directory of published versions

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

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

<http://hl7.org/fhir/PractitionerRole/AtElgaCorePractitionerRoleExample01> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AtElgaCorePractitionerRoleExample01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-practitionerRole" ;
       fhir:index 0 ;
       fhir:link <https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-practitionerRole>
     ]
  ] ;
  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 AtElgaCorePractitionerRoleExample01</b></p><a name=\"AtElgaCorePractitionerRoleExample01\"> </a><a name=\"hcAtElgaCorePractitionerRoleExample01\"> </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-at-elga-core-practitionerRole.html\">AT ELGA Core PractitionerRole Profil</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-AtElgaCorePractitionerExample01.html\">Practitioner Melanie Musterärztin </a></p><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole 100}\">Ärztin/Arzt für Allgemeinmedizin</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family practice</span>, <span title=\"Codes:{http://snomed.info/sct 410005002}\">Dive medicine</span></p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/AtElgaCorePractitionerExample01> ;
     fhir:Reference.reference [ fhir:value "Practitioner/AtElgaCorePractitionerExample01" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole" ] ;
       fhir:Coding.code [ fhir:value "100" ] ;
       fhir:Coding.display [ fhir:value "Ärztin/Arzt für Allgemeinmedizin" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:419772000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "419772000" ] ;
       fhir:Coding.display [ fhir:value "Family practice" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:410005002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "410005002" ] ;
       fhir:Coding.display [ fhir:value "Dive medicine" ]
     ]
  ] .

<http://hl7.org/fhir/Practitioner/AtElgaCorePractitionerExample01> a fhir:Practitioner .

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

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