FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-referral.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MessageDefinition",
"id": "d04844d8-677e-4f5c-ab6e-6a2c1a2c5472",
"url": "https://fhir.nhs.uk/MessageDefinition/referral",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "d04844d8-677e-4f5c-ab6e-6a2c1a2c5472"
}
],
"version": "1.0.0",
"name": "PatientReferralHandover",
"title": "Patient Referral/Handover",
"status": "active",
"date": "2021-07-28",
"description": "Patient referral",
"eventCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/message-event",
"code": "referral",
"display": "Patient Referral"
},
"category": "consequence",
"focus": [
{
"code": "ServiceRequest",
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest",
"min": 1,
"max": "1"
},
{
"code": "Patient",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient",
"min": 1,
"max": "1"
},
{
"code": "DocumentReference",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-DocumentReference",
"min": 1,
"max": "*"
},
{
"code": "Binary",
"min": 0,
"max": "*"
},
{
"code": "Bundle",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle-FHIRDocument",
"min": 0,
"max": "*"
}
]
}