: Zeitbudget-Konfiguration — Dr. Schoell - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Basic/ExampleZeitbudget> a fhir:Basic ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleZeitbudget"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic ExampleZeitbudget</b></p><a name=\"ExampleZeitbudget\"> </a><a name=\"hcExampleZeitbudget\"> </a><p><b>Zeitbudget Maximalminuten</b>: 72000</p><p><b>Zeitbudget Abrechnungskreise</b>: praxis-gibitzenhof</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/basic-resource-type zeitbudget}\">Zeitbudget</span></p><p><b>subject</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-max-minuten" ] ;
fhir:Extension.valueInteger [ fhir:value "72000"^^xsd:integer ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-abrechnungskreise" ] ;
fhir:Extension.valueString [ fhir:value "praxis-gibitzenhof" ]
] ;
fhir:Basic.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/basic-resource-type" ] ;
fhir:Coding.code [ fhir:value "zeitbudget" ]
]
] ;
fhir:Basic.subject [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
] .
<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Basic/ExampleZeitbudget.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Basic/ExampleZeitbudget.ttl> .