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

: Befund-Composition Weber — Diabetes-Kontrolle - 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/Composition/example-praxis-composition> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-praxis-composition"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-composition" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-composition>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example-praxis-composition</b></p><a name=\"example-praxis-composition\"> </a><a name=\"hcexample-praxis-composition\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-composition.html\">Praxis Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/dokument-kategorie befund}\">Befund</span></p><p><b>date</b>: 2026-01-15 10:00:00+0100</p><p><b>author</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>title</b>: Diabetes-Jahreskontrolle 2026 — Thomas Weber</p></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/dokument-kategorie" ] ;
       fhir:Coding.code [ fhir:value "befund" ] ;
       fhir:Coding.display [ fhir:value "Befund" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:Composition.date [ fhir:value "2026-01-15T10:00:00+01:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
  ] ;
  fhir:Composition.title [ fhir:value "Diabetes-Jahreskontrolle 2026 — Thomas Weber"] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.title [ fhir:value "Befundzusammenfassung" ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">HbA1c 7,2 % — gut eingestellt. Medikation unveraendert.</div>"
     ]
  ] .

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

<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .

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

<http://hl7.org/fhir/Composition/example-praxis-composition.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/example-praxis-composition.ttl> .