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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ImagingCT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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/7.0.1/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:modality ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PetraMeier" ]
  ] ; # 
  fhir:started [ fhir:v "2025-12-18"^^xsd:date] ; # 
  fhir:numberOfSeries [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:description [ fhir:v "CT Scan Right Knee"] . #