FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ReferralTumorboard.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ReferralTumorboard
Profile: CH UMZH Connect ServiceRequest
identifier: Placer Identifier/REF-2025-002
status: Active
intent: Order
category: Cancer care review (procedure)
subject: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)
authoredOn: 2026-01-26
requester: PractitionerRole
reasonReference: Condition
supportingInfo:
note:
Review therapy recommendations.
{
"resourceType": "ServiceRequest",
"id": "ReferralTumorboard",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC"
}
]
},
"value": "REF-2025-002"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "720006006",
"display": "Cancer care review (procedure)"
}
]
}
],
"subject": {
"reference": "Patient/PetraMeier"
},
"authoredOn": "2026-01-26",
"requester": {
"reference": "PractitionerRole/HansMusterRole"
},
"reasonReference": [
{
"reference": "Condition/SarcomaKnee"
}
],
"supportingInfo": [
{
"reference": "AllergyIntolerance/AllergyGado"
},
{
"reference": "ImagingStudy/ImagingCT"
},
{
"reference": "ImagingStudy/ImagingPET"
}
],
"note": [
{
"text": "Review therapy recommendations."
}
]
}