FHIR IG analytics| Package | fhir.nwgenomics.nhs.uk |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-original-document.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/nw-gmsa/nw-gmsa.github.com/MessageDefinition-original-document.html |
| URL | https://fhir.nwgenomics.nhs.uk/MessageDefinition/original-document |
| Version | 2.1.5 |
| Status | draft |
| Date | 2024-10-04 |
| Title | Message Definition - Document and Document Notification |
| Realm | us |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageDefinition original-document
url: MessageDefinition Message Definition - Document and Document Notification
version: 2.1.5
title: Message Definition - Document and Document Notification
status: Draft
date: 2024-10-04
publisher: NHS North West Genomics
contact: https://www.nwgenomics.nhs.uk/contact-us
jurisdiction: United Kingdom of Great Britain and Northern Ireland
event: event: T02 (MDM/ACK - Original document notification and content)
category: Notification
focus
code: DocumentReference
profile: DocumentReference
min: 1
max: *
focus
code: Binary
profile: Binary
min: 1
max: *
responseRequired: Always
| Message |
| Message Definition - Acknowledgement |
{
"resourceType": "MessageDefinition",
"id": "original-document",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.nwgenomics.nhs.uk/MessageDefinition/original-document",
"version": "2.1.5",
"title": "Message Definition - Document and Document Notification",
"status": "draft",
"date": "2024-10-04",
"publisher": "NHS North West Genomics",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.nwgenomics.nhs.uk/contact-us"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "GB",
"display": "United Kingdom of Great Britain and Northern Ireland"
}
]
}
],
"eventCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0003",
"code": "T02"
},
"category": "notification",
"focus": [
{
"code": "DocumentReference",
"profile": "https://fhir.nwgenomics.nhs.uk/StructureDefinition/DocumentReference",
"min": 1,
"max": "*"
},
{
"code": "Binary",
"profile": "https://fhir.nwgenomics.nhs.uk/StructureDefinition/Binary",
"min": 1,
"max": "*"
}
],
"responseRequired": "always",
"allowedResponse": [
{
"message": "https://fhir.nwgenomics.nhs.uk/MessageDefinition/acknowledgement"
}
]
}