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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeMessageDefinition
IdMessageDefinition-shareable-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/crmi-ig/MessageDefinition-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/MessageDefinition/shareable-example
Version0.1.0
Statusdraft
Date2026-04-24
NameShareableExample
TitleShareable Message Definition Example
Realmuv
Authorityhl7
DescriptionExample shareable message definition
PurposeProvides an example of a shareable message definition

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 shareable-example

url: MessageDefinition Shareable Message Definition Example

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.38.30.2

version: 0.1.0

name: ShareableExample

title: Shareable Message Definition Example

status: Draft

experimental: true

date: 2026-04-24

publisher: Health Level Seven, Int'l

contact: http://hl7.org

description:

Example shareable message definition

jurisdiction: World

purpose:

Provides an example of a shareable message definition

event: message-events: admin-notify (admin-notify)

category: Notification


Source1

{
  "resourceType": "MessageDefinition",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemessagedefinition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/crmi/MessageDefinition/shareable-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.30.2"
    }
  ],
  "version": "0.1.0",
  "name": "ShareableExample",
  "title": "Shareable Message Definition Example",
  "status": "draft",
  "experimental": true,
  "date": "2026-04-24",
  "publisher": "Health Level Seven, Int'l",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Example shareable message definition",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "purpose": "Provides an example of a shareable message definition",
  "eventCoding": {
    "system": "http://example.org/fhir/message-events",
    "code": "admin-notify"
  },
  "category": "notification"
}