FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeMessageDefinition
IdMessageDefinition-original-document.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/nw-gmsa/nw-gmsa.github.com/MessageDefinition-original-document.html
URLhttps://fhir.nwgenomics.nhs.uk/MessageDefinition/original-document
Version2.1.5
Statusdraft
Date2024-10-04
TitleMessage Definition - Document and Document Notification
Realmus
Authorityhl7

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: 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

AllowedResponses

-Message
*Message Definition - Acknowledgement

Source1

{
  "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"
    }
  ]
}