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-TaskReferralOrthopedicSurgeryUpdated.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 TaskReferralOrthopedicSurgeryUpdated

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

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

status: In Progress

businessStatus: The fulfiller needs more information in order to proceed with the fulfillment of the request

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

lastModified: 2025-12-16

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

owner: http://placer.example.org/fhir/Organization/Placer

Outputs

-TypeValue[x]
*Health assessment questionnaireSmoking Status Inquiry

Source1

{
  "resourceType": "Task",
  "id": "TaskReferralOrthopedicSurgeryUpdated",
  "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": "in-progress",
  "businessStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cow/CodeSystem/temp",
        "code": "awaiting-information"
      }
    ]
  },
  "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",
  "lastModified": "2025-12-16",
  "requester": {
    "reference": "http://placer.example.org/fhir/PractitionerRole/HansMusterRole"
  },
  "owner": {
    "reference": "http://placer.example.org/fhir/Organization/Placer"
  },
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "273510007",
            "display": "Health assessment questionnaire"
          }
        ]
      },
      "valueCanonical": "http://fulfiller.example.org/ch-umzh-connect/QuestionnaireSmokingStatus"
    }
  ]
}