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

: Dental Core example cephalometric source - 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/ImagingStudy/dental-core-example-cephalometric-source> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dental-core-example-cephalometric-source"] ;
  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: ImagingStudy dental-core-example-cephalometric-source</b></p><a name=\"dental-core-example-cephalometric-source\"> </a><a name=\"hcdental-core-example-cephalometric-source\"> </a><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-dental-core-example-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
  ] ;
  fhir:ImagingStudy.status [ fhir:value "available"] ;
  fhir:ImagingStudy.subject [
     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/ImagingStudy/dental-core-example-cephalometric-source.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ImagingStudy/dental-core-example-cephalometric-source.ttl> .