Dental Core FHIR Profiles (R4)
Version 0.3.0 - ci-build

: Dental Core example orthodontic photograph - 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/Media/dental-core-example-orthodontic-photograph> a fhir:Media ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dental-core-example-orthodontic-photograph"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental-core/StructureDefinition/dental-orthodontic-photograph" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental-core/StructureDefinition/dental-orthodontic-photograph>
     ]
  ] ;
  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: Media dental-core-example-orthodontic-photograph</b></p><a name=\"dental-core-example-orthodontic-photograph\"> </a><a name=\"hcdental-core-example-orthodontic-photograph\"> </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-orthodontic-photograph.html\">Dental Orthodontic Photograph</a></p></div><p><b>status</b>: Completed</p><p><b>view</b>: <span title=\"Codes:{https://example.org/fhir/CodeSystem/synthetic-view synthetic-orthodontic-view}\">synthetic-orthodontic-view</span></p><p><b>subject</b>: <a href=\"Patient-dental-core-example-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>created</b>: 2026-08-13 12:00:00+0000</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>image/jpeg</td><td>urn:uuid:2bb80852-dfb1-4ac3-a501-0411f32e625a</td></tr></table></div>"
  ] ;
  fhir:Media.status [ fhir:value "completed"] ;
  fhir:Media.view [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://example.org/fhir/CodeSystem/synthetic-view" ] ;
       fhir:Coding.version [ fhir:value "0.0.0" ] ;
       fhir:Coding.code [ fhir:value "synthetic-orthodontic-view" ]
     ]
  ] ;
  fhir:Media.subject [
     fhir:link <http://hl7.org/fhir/Patient/dental-core-example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/dental-core-example-patient" ]
  ] ;
  fhir:Media.createdDateTime [ fhir:value "2026-08-13T12:00:00Z"^^xsd:dateTime] ;
  fhir:Media.content [
     fhir:Attachment.contentType [ fhir:value "image/jpeg" ] ;
     fhir:Attachment.url [ fhir:value "urn:uuid:2bb80852-dfb1-4ac3-a501-0411f32e625a" ]
  ] .

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

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

<http://hl7.org/fhir/Media/dental-core-example-orthodontic-photograph.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Media/dental-core-example-orthodontic-photograph.ttl> .