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

: Locally Applied Photosensitizing Substance - 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/Substance/ExamplePeriodontalPhotosensitizer> a fhir:Substance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExamplePeriodontalPhotosensitizer"] ;
  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: Substance ExamplePeriodontalPhotosensitizer</b></p><a name=\"ExamplePeriodontalPhotosensitizer\"> </a><a name=\"hcExamplePeriodontalPhotosensitizer\"> </a><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:\">Photosensitizing substance for local periodontal application</span></p></div>"
  ] ;
  fhir:Substance.status [ fhir:value "active"] ;
  fhir:Substance.code [
     fhir:CodeableConcept.text [ fhir:value "Photosensitizing substance for local periodontal application" ]
  ] .

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

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