German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: HZV-Vertrag Bayern — Einheitskatalog (§73b SGB V) - 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/Contract/ExampleHzvBayernVertrag> a fhir:Contract ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleHzvBayernVertrag"] ;
  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: Contract ExampleHzvBayernVertrag</b></p><a name=\"ExampleHzvBayernVertrag\"> </a><a name=\"hcExampleHzvBayernVertrag\"> </a><p><b>HVG-Bezeichnung</b>: HZV Bayern - Einheitskatalog</p><p><b>Facharztvertrag</b>: false</p><p><b>HVG-Datum</b>: 2024-01-01</p><p><b>identifier</b>: <a href=\"NamingSystem-hvg-vertrag.html\" title=\"HVG Vertragstyp-Identifier (identifiziert den Vertragstyp)\">HvgVertrag</a>/hzv-bayern-ek, <a href=\"NamingSystem-hvg-vertrags-id.html\" title=\"Eindeutige ID eines konkreten HVG-Vertrags (Instanz-Identifier)\">HvgVertragsId</a>/AOK_BY_HZV, <a href=\"NamingSystem-hvg-kennung.html\" title=\"HVG-Kennung (2-char Kurzkennung des Selektivvertrags, z.B. 'BY' fuer Bayern). Modelliert als Contract.identifier, nicht als Extension.\">HvgKennung</a>/BY</p><p><b>status</b>: Executed</p><p><b>applies</b>: 2024-01-01 --&gt; 2026-12-31</p><p><b>subject</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-bezeichnung" ] ;
     fhir:Extension.valueString [ fhir:value "HZV Bayern - Einheitskatalog" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-facharztvertrag" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-datum" ] ;
     fhir:Extension.valueDate [ fhir:value "2024-01-01"^^xsd:date ]
  ] ;
  fhir:Contract.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/hvg-vertrag" ] ;
     fhir:Identifier.value [ fhir:value "hzv-bayern-ek" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/hvg-vertrags-id" ] ;
     fhir:Identifier.value [ fhir:value "AOK_BY_HZV" ]
  ], [
     fhir:index 2 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/hvg-kennung" ] ;
     fhir:Identifier.value [ fhir:value "BY" ]
  ] ;
  fhir:Contract.status [ fhir:value "executed"] ;
  fhir:Contract.applies [
     fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-12-31"^^xsd:date ]
  ] ;
  fhir:Contract.subject [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/example-organization> ;
     fhir:Reference.reference [ fhir:value "Organization/example-organization" ]
  ] .

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

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

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