German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: HZV-Einschreibung Weber — DMP DM2 - 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/EpisodeOfCare/ExampleHzvEpisode> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleHzvEpisode"] ;
  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: EpisodeOfCare ExampleHzvEpisode</b></p><a name=\"ExampleHzvEpisode\"> </a><a name=\"hcExampleHzvEpisode\"> </a><p><b>HZV-Teilnahmestatus</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation eingeschrieben}\">Eingeschrieben</span></p><p><b>HZV Einschreibedatum</b>: 2019-07-01</p><p><b>HZV Abmeldedatum</b>: 2030-12-31</p><p><b>HVG Datum Beantragt</b>: 2019-06-15</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/dmp-kennzeichen-de 01}\">01</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>period</b>: 2019-07-01 --&gt; (ongoing)</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-participation" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation" ] ;
         fhir:Coding.code [ fhir:value "eingeschrieben" ] ;
         fhir:Coding.display [ fhir:value "Eingeschrieben" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-einschreibedatum" ] ;
     fhir:Extension.valueDate [ fhir:value "2019-07-01"^^xsd:date ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-abmeldedatum" ] ;
     fhir:Extension.valueDate [ fhir:value "2030-12-31"^^xsd:date ]
  ], [
     fhir:index 3 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-datum-beantragt" ] ;
     fhir:Extension.valueDate [ fhir:value "2019-06-15"^^xsd:date ]
  ] ;
  fhir:EpisodeOfCare.status [ fhir:value "active"] ;
  fhir:EpisodeOfCare.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/dmp-kennzeichen-de" ] ;
       fhir:Coding.code [ fhir:value "01" ]
     ]
  ] ;
  fhir:EpisodeOfCare.patient [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:EpisodeOfCare.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/example-organization> ;
     fhir:Reference.reference [ fhir:value "Organization/example-organization" ]
  ] ;
  fhir:EpisodeOfCare.period [
     fhir:Period.start [ fhir:value "2019-07-01"^^xsd:date ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

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

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

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