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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ReferralTumorboard> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ReferralTumorboard"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-servicerequest" ;
fhir:index 0 ;
fhir:link <http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-servicerequest>
]
] ;
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: ServiceRequest ReferralTumorboard</b></p><a name=\"ReferralTumorboard\"> </a><a name=\"hcReferralTumorboard\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-umzh-connect-servicerequest.html\">CH UMZH Connect ServiceRequest</a></p></div><p><b>identifier</b>: Placer Identifier/REF-2025-002</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 720006006}\">Cancer care review (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-PetraMeier.html\">Petra Meier Female, DoB: 1992-03-26 ( Medical record number)</a></p><p><b>authoredOn</b>: 2026-01-26</p><p><b>requester</b>: <a href=\"PractitionerRole-HansMusterRole.html\">PractitionerRole</a></p><p><b>reasonReference</b>: <a href=\"Condition-SarcomaKnee.html\">Condition </a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"AllergyIntolerance-AllergyGado.html\">AllergyIntolerance </a></li><li><a href=\"ImagingStudy-ImagingCT.html\">ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333 (use: official, ); status = available; modality = Computed Tomography (DICOM#CT); started = 2025-12-18; numberOfSeries = 1; description = CT Scan Right Knee</a></li><li><a href=\"ImagingStudy-ImagingPET.html\">ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.3.6.1.7.1.34920.32661028.1144.8635 (use: official, ); status = available; modality = Positron emission tomography (DICOM#PT); started = 2026-01-18; numberOfSeries = 3; description = While Body PET (external)</a></li></ul><p><b>note</b>: </p><blockquote><div><p>Review therapy recommendations.</p>\n</div></blockquote></div>"
] ;
fhir:ServiceRequest.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PLAC" ]
]
] ;
fhir:Identifier.value [ fhir:value "REF-2025-002" ]
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:720006006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "720006006" ] ;
fhir:Coding.display [ fhir:value "Cancer care review (procedure)" ]
]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/PetraMeier> ;
fhir:Reference.reference [ fhir:value "Patient/PetraMeier" ]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2026-01-26"^^xsd:date] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/HansMusterRole> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/HansMusterRole" ]
] ;
fhir:ServiceRequest.reasonReference [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/SarcomaKnee> ;
fhir:Reference.reference [ fhir:value "Condition/SarcomaKnee" ]
] ;
fhir:ServiceRequest.supportingInfo [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/AllergyIntolerance/AllergyGado> ;
fhir:Reference.reference [ fhir:value "AllergyIntolerance/AllergyGado" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingCT> ;
fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingCT" ]
], [
fhir:index 2 ;
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingPET> ;
fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingPET" ]
] ;
fhir:ServiceRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Review therapy recommendations." ]
] .
<http://hl7.org/fhir/Patient/PetraMeier> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/HansMusterRole> a fhir:PractitionerRole .
<http://hl7.org/fhir/Condition/SarcomaKnee> a fhir:Condition .
<http://hl7.org/fhir/AllergyIntolerance/AllergyGado> a fhir:AllergyIntolerance .
<http://hl7.org/fhir/ImagingStudy/ImagingCT> a fhir:ImagingStudy .
<http://hl7.org/fhir/ImagingStudy/ImagingPET> a fhir:ImagingStudy .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/ReferralTumorboard.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/ReferralTumorboard.ttl> .
IG © 2024+ UMZH Connect Team. Package ch.fhir.ig.ch-umzh-connect#1.0.0-ballot based on FHIR 4.0.1. Generated 2026-07-06
Links: Table of Contents |
QA Report
| Propose a change