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

: Dental Core example implant - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Device/dental-core-example-implant> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dental-core-example-implant"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental-core/StructureDefinition/dental-implant" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental-core/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 dental-core-example-implant</b></p><a name=\"dental-core-example-implant\"> </a><a name=\"hcdental-core-example-implant\"> </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</a></p></div><p><b>Tooth Position</b>: <a href=\"CodeSystem-tooth-position-fdi.html#tooth-position-fdi-16\">FDI Tooth Position: 16</a> (Permanent maxillary right first molar)</p><p><b>identifier</b>: <code>https://example.org/dental-implants</code>/implant-16</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 272159002}\">272159002</span></p><p><b>patient</b>: <a href=\"Patient-dental-core-example-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental-core/StructureDefinition/tooth-position" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental-core/CodeSystem/tooth-position-fdi" ] ;
       fhir:Coding.code [ fhir:value "16" ]
     ]
  ] ;
  fhir:Device.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example.org/dental-implants" ] ;
     fhir:Identifier.value [ fhir:value "implant-16" ]
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:272159002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "272159002" ]
     ]
  ] ;
  fhir:Device.patient [
     fhir:link <http://hl7.org/fhir/Patient/dental-core-example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/dental-core-example-patient" ]
  ] .

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

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

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