German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ImagingStudy: CT Thorax Weber - 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/example-imaging-study-ct-thorax> a fhir:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-imaging-study-ct-thorax"] ;
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 example-imaging-study-ct-thorax</b></p><a name=\"example-imaging-study-ct-thorax\"> </a><a name=\"hcexample-imaging-study-ct-thorax\"> </a><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CT\">DICOM: CT</a> (Computed Tomography)</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>"
] ;
fhir:ImagingStudy.status [ fhir:value "available"] ;
fhir:ImagingStudy.modality [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "CT" ]
] ;
fhir:ImagingStudy.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/example-imaging-study-ct-thorax.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ImagingStudy/example-imaging-study-ct-thorax.ttl> .