German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Basic ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZeitbudget"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-max-minuten"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-max-minuten>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 72000     ]
  ] [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-abrechnungskreise"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/zeitbudget-abrechnungskreise>     ] ;
fhir:value [
a fhir:String ;
fhir:v "praxis-gibitzenhof"     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/basic-resource-type"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/basic-resource-type>       ] ;
fhir:code [ fhir:v "zeitbudget" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Practitioner/example-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] . #