FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeServiceRequest
IdServiceRequest-ReferralTumorboard.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest ReferralTumorboard

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.


Source1

{
  "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."
    }
  ]
}