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

: Dental Implant at FDI Position 37 - 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/Device/ExampleDentalImplant37> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDentalImplant37"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-implant" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-implant>
     ]
  ] ;
  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: Device ExampleDentalImplant37</b></p><a name=\"ExampleDentalImplant37\"> </a><a name=\"hcExampleDentalImplant37\"> </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-dental-implant.html\">Dental Implant Device (DE)</a></p></div><p><b>FDI Zahnnummer</b>: 37</p><p><b>identifier</b>: <code>https://example-dental-practice.de/device</code>/IMPLANT-37-2024</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Example manufacturer</p><p><b>modelNumber</b>: IMPLANT-MODEL-A</p><p><b>type</b>: <span title=\"Codes:\">Endosseous dental implant</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property diameter}\">Implant diameter</span></p><p><b>valueQuantity</b>: 4.1 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property length}\">Implant length</span></p><p><b>valueQuantity</b>: 10 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-pat-beihilfe-01.html\">Friedrich Hartmann (official) Male, DoB: 1958-11-22</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/fdi-tooth-number" ] ;
     fhir:Extension.valueCode [ fhir:value "37" ]
  ] ;
  fhir:Device.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/device" ] ;
     fhir:Identifier.value [ fhir:value "IMPLANT-37-2024" ]
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.manufacturer [ fhir:value "Example manufacturer"] ;
  fhir:Device.modelNumber [ fhir:value "IMPLANT-MODEL-A"] ;
  fhir:Device.type [
     fhir:CodeableConcept.text [ fhir:value "Endosseous dental implant" ]
  ] ;
  fhir:Device.property [
     fhir:index 0 ;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property" ] ;
         fhir:Coding.code [ fhir:value "diameter" ]
       ]
     ] ;
     fhir:Device.property.valueQuantity [
       fhir:index 0 ;
       fhir:Quantity.value [ fhir:value "4.1"^^xsd:decimal ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property" ] ;
         fhir:Coding.code [ fhir:value "length" ]
       ]
     ] ;
     fhir:Device.property.valueQuantity [
       fhir:index 0 ;
       fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm" ]
     ]
  ] ;
  fhir:Device.patient [
     fhir:link <http://hl7.org/fhir/Patient/pat-beihilfe-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ]
  ] .

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

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

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