FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | Task |
| Id | Task-TaskReferralOrthopedicSurgeryCompleted.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task TaskReferralOrthopedicSurgeryCompleted
Profile: CH UMZH Connect Coordination Task
identifier: URI/urn:uuid:a8b9cb16-dea5-4e5e-bda1-33f0c5858097
basedOn: http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery
status: Completed
intent: order
priority: Routine
code: Fulfill the focal request
focus: http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery
authoredOn: 2025-12-15
lastModified: 2026-01-20
requester: http://registry.example.org/fhir/Organization/Placer
owner: http://registry.example.org/fhir/Organization/Fulfiller
| Type | Value[x] |
| Health assessment questionnaire | Response to Questionnaire '->Smoking Status Inquiry' about '->http://placer.example.org/fhir/Patient/PetraMeier' |
output
type: Health assessment questionnaire
value: Smoking Status Inquiry
output
type: Consultation
output
type: Discharge summary (record artifact)
output
type: Prescription of drug
value: MedicationStatement: status = active; medication[x] = ->Medication Acetylsalicylic acid
{
"resourceType": "Task",
"id": "TaskReferralOrthopedicSurgeryCompleted",
"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": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"focus": {
"reference": "http://placer.example.org/fhir/ServiceRequest/ReferralOrthopedicSurgery"
},
"authoredOn": "2025-12-15",
"lastModified": "2026-01-20",
"requester": {
"reference": "http://registry.example.org/fhir/Organization/Placer"
},
"owner": {
"reference": "http://registry.example.org/fhir/Organization/Fulfiller"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "273510007",
"display": "Health assessment questionnaire"
}
]
},
"valueReference": {
"reference": "QuestionnaireResponse/QuestionnaireResponseSmokingStatus"
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "273510007",
"display": "Health assessment questionnaire"
}
]
},
"valueCanonical": "http://fulfiller.example.org/ch-umzh-connect/QuestionnaireSmokingStatus"
},
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11429006",
"display": "Consultation"
}
]
},
"valueReference": {
"reference": "Appointment/AppointmentOrthopedicConsultation"
}
},
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373942005",
"display": "Discharge summary (record artifact)"
}
]
},
"valueReference": {
"reference": "DocumentReference/DocDischargeReportOrthopedics"
}
},
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33633005",
"display": "Prescription of drug"
}
]
},
"valueReference": {
"reference": "MedicationStatement/MedicationAspirin"
}
}
]
}