| Package | uk.nhsdigital.r4.test |
| Resource Type | MessageDefinition |
| Id | 64011859-32d9-4fd2-abc2-00e31a15b5fc |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/MessageDefinition/document |
| URL | https://fhir.nhs.uk/MessageDefinition/document |
| Version | 1.0.0 |
| Status | active |
| Date | 2021-04-23 |
| Name | PatientDocument |
| Title | Patient Documents |
| Description | Used to exchange a clinical document. One of FHIR Binary or FHIR Bundle (type=document) is required. If a Binary is supplied a DocumentReference MUST also be supplied. |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MessageDefinition",
"id": "64011859-32d9-4fd2-abc2-00e31a15b5fc",
"url": "https://fhir.nhs.uk/MessageDefinition/document",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "64011859-32d9-4fd2-abc2-00e31a15b5fc"
}
],
"version": "1.0.0",
"name": "PatientDocument",
"title": "Patient Documents",
"status": "active",
"date": "2021-04-23",
"description": "Used to exchange a clinical document. One of FHIR Binary or FHIR Bundle (type=document) is required. If a Binary is supplied a DocumentReference MUST also be supplied.",
"eventCoding": {
"system": "https://fhir.nhs.uk/CodeSystem/message-event",
"code": "document",
"display": "Document"
},
"category": "consequence",
"focus": [
{
"code": "DocumentReference",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-DocumentReference",
"min": 1,
"max": "*"
},
{
"code": "Patient",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient",
"min": 0,
"max": "1"
},
{
"code": "Binary",
"min": 0,
"max": "*"
},
{
"code": "Bundle",
"min": 0,
"max": "*"
}
]
}