German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

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

: Primary Snoring Indication - 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/Condition/ExamplePrimarySnoringCondition> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExamplePrimarySnoringCondition"] ;
  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: Condition ExamplePrimarySnoringCondition</b></p><a name=\"ExamplePrimarySnoringCondition\"> </a><a name=\"hcExamplePrimarySnoringCondition\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>code</b>: <span title=\"Codes:\">Primary snoring</span></p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>recordedDate</b>: 2026-07-14</p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "provisional" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.text [ fhir:value "Primary snoring" ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2026-07-14"^^xsd:date] .

<http://hl7.org/fhir/Patient/pat-pkv-01> a fhir:Patient .

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

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