CH UMZH Connect IG (R4)
1.0.0-ballot - ballot Switzerland flag

CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: ImagingCT - 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/ImagingCT> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ImagingCT"] ;
  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 ImagingCT</b></p><a name=\"ImagingCT\"> </a><a name=\"hcImagingCT\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333 (use: official, )</p><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-PetraMeier.html\">Petra Meier  Female, DoB: 1992-03-26 ( Medical record number)</a></p><p><b>started</b>: 2025-12-18</p><p><b>numberOfSeries</b>: 1</p><p><b>description</b>: CT Scan Right Knee</p></div>"
  ] ;
  fhir:ImagingStudy.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "urn:dicom:uid" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333" ]
  ] ;
  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/PetraMeier> ;
     fhir:Reference.reference [ fhir:value "Patient/PetraMeier" ]
  ] ;
  fhir:ImagingStudy.started [ fhir:value "2025-12-18"^^xsd:date] ;
  fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:ImagingStudy.description [ fhir:value "CT Scan Right Knee"] .

<http://hl7.org/fhir/Patient/PetraMeier> a fhir:Patient .

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

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