FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/64011859-32d9-4fd2-abc2-00e31a15b5fc

Packageuk.nhsdigital.r4.test
Resource TypeMessageDefinition
Id64011859-32d9-4fd2-abc2-00e31a15b5fc
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/MessageDefinition/document
URLhttps://fhir.nhs.uk/MessageDefinition/document
Version1.0.0
Statusactive
Date2021-04-23
NamePatientDocument
TitlePatient Documents
DescriptionUsed 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.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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