German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

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

: Praxis Home Visit Zones - TTL Representation

Active as of 2026-05-30

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "praxis-hausbesuch-besuchszonen"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem praxis-hausbesuch-besuchszonen</b></p><a name=\"praxis-hausbesuch-besuchszonen\"> </a><a name=\"hcpraxis-hausbesuch-besuchszonen\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/praxis-hausbesuch-besuchszonen</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">zone-a<a name=\"praxis-hausbesuch-besuchszonen-zone-a\"> </a></td><td>Zone A</td><td>Home visit zone A, 0-2 km.</td></tr><tr><td style=\"white-space:nowrap\">zone-b<a name=\"praxis-hausbesuch-besuchszonen-zone-b\"> </a></td><td>Zone B</td><td>Home visit zone B, 2-5 km.</td></tr><tr><td style=\"white-space:nowrap\">zone-c<a name=\"praxis-hausbesuch-besuchszonen-zone-c\"> </a></td><td>Zone C</td><td>Home visit zone C, more than 5 km.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/praxis-hausbesuch-besuchszonen"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/praxis-hausbesuch-besuchszonen>
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>     ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.16.40" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.71.0"] ; # 
  fhir:name [ fhir:v "PraxisHausbesuchBesuchszonenCS"] ; # 
  fhir:title [ fhir:v "Praxis Home Visit Zones"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-30T10:39:27+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "cognovis GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cognovis.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@cognovis.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Local home-visit zone codes mirroring KBV_VS_AW_Hausbesuch_Besuchszonen for Wegegeld."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "zone-a" ] ;
fhir:display [ fhir:v "Zone A" ] ;
fhir:definition [ fhir:v "Home visit zone A, 0-2 km." ]
  ] [
fhir:code [ fhir:v "zone-b" ] ;
fhir:display [ fhir:v "Zone B" ] ;
fhir:definition [ fhir:v "Home visit zone B, 2-5 km." ]
  ] [
fhir:code [ fhir:v "zone-c" ] ;
fhir:display [ fhir:v "Zone C" ] ;
fhir:definition [ fhir:v "Home visit zone C, more than 5 km." ]
  ] ) . #