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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeTask
IdTask-TaskReferralOrthopedicSurgery.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: Task TaskReferralOrthopedicSurgery

identifier: Uniform Resource Identifier (URI)/urn:uuid:a8b9cb16-dea5-4e5e-bda1-33f0c5858097

basedOn: http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery

status: Ready

intent: order

priority: Routine

code: Referral to orthopedic service (procedure)

focus: http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery

for: http://placer.example.org/fhir/Patient/PetraMeier

authoredOn: 2025-12-15

requester: http://placer.example.org/fhir/PractitionerRole/HansMusterRole

owner: Organization Fulfiller


Source1

{
  "resourceType": "Task",
  "id": "TaskReferralOrthopedicSurgery",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-umzh-connect/StructureDefinition/ch-umzh-connect-coordinationtask"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:a8b9cb16-dea5-4e5e-bda1-33f0c5858097"
    }
  ],
  "basedOn": [
    {
      "reference": "http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery"
    }
  ],
  "status": "ready",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "183545006",
        "display": "Referral to orthopedic service (procedure)"
      }
    ]
  },
  "focus": {
    "reference": "http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery"
  },
  "for": {
    "reference": "http://placer.example.org/fhir/Patient/PetraMeier"
  },
  "authoredOn": "2025-12-15",
  "requester": {
    "reference": "http://placer.example.org/fhir/PractitionerRole/HansMusterRole"
  },
  "owner": {
    "reference": "Organization/Fulfiller"
  }
}