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
: ImagingPET - 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 "ImagingPET"] ; #
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 ImagingPET</b></p><a name=\"ImagingPET\"> </a><a name=\"hcImagingPET\"> </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 "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.3.6.1.7.1.34920.32661028.1144.8635 (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-PT\">DICOM: PT</a> (Positron emission 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>: 2026-01-18</p><p><b>numberOfSeries</b>: 3</p><p><b>description</b>: While Body PET (external)</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.3.6.1.7.1.34920.32661028.1144.8635" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:modality ( [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PT" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PetraMeier" ]
] ; #
fhir:started [ fhir:v "2026-01-18"^^xsd:date] ; #
fhir:numberOfSeries [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:description [ fhir:v "While Body PET (external)"] . #