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

: ImagingPET - 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/ImagingPET> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ImagingPET"] ;
  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 ImagingPET</b></p><a name=\"ImagingPET\"> </a><a name=\"hcImagingPET\"> </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.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>"
  ] ;
  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.3.6.1.7.1.34920.32661028.1144.8635" ]
  ] ;
  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 "PT" ]
  ] ;
  fhir:ImagingStudy.subject [
     fhir:link <http://hl7.org/fhir/Patient/PetraMeier> ;
     fhir:Reference.reference [ fhir:value "Patient/PetraMeier" ]
  ] ;
  fhir:ImagingStudy.started [ fhir:value "2026-01-18"^^xsd:date] ;
  fhir:ImagingStudy.numberOfSeries [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:ImagingStudy.description [ fhir:value "While Body PET (external)"] .

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

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

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