FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-shareable-example.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/crmi-ig/MessageDefinition-shareable-example.html |
| URL | http://hl7.org/fhir/uv/crmi/MessageDefinition/shareable-example |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-04-24 |
| Name | ShareableExample |
| Title | Shareable Message Definition Example |
| Realm | uv |
| Authority | hl7 |
| Description | Example shareable message definition |
| Purpose | Provides an example of a shareable message definition |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageDefinition shareable-example
Profile: CRMI Shareable MessageDefinition
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
{
"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"
}