FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-publishable-example.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/crmi-ig/MessageDefinition-publishable-example.html |
| URL | http://hl7.org/fhir/uv/crmi/MessageDefinition/publishable-example |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-04-24 |
| Name | PublishableExample |
| Title | Publishable Message Definition Example |
| Realm | uv |
| Authority | hl7 |
| Purpose | Provides an example of a publishable message definition |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageDefinition publishable-example
Profile: CRMI Publishable MessageDefinition
Artifact Release Label: Release 1
Artifact Release Description:
Example release of a message definition
Artifact Version Policy: Strict
Artifact Usage:
See the FHIR Messaging topic for more information on how messaging is implemented in FHIR
Artifact Copyright Label: Copyright 2026+, Health Level 7 International
Artifact Approval Date: 2026-04-24
Artifact Last Review Date: 2026-04-24
Artifact Effective Period: 2026-07-01 --> (ongoing)
Artifact Topic: Antenatal Care
Artifact Author: HL7 Infrastructure and Messaging Work Group:
Artifact Editor: Canonical Resource Management Infrastructure Project:
Artifact Reviewer: HL7 Clinical Decision Support Work Group:
url: MessageDefinition Publishable Message Definition Example
identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.38.30.1
version: 0.1.0
name: PublishableExample
title: Publishable Message Definition Example
status: Draft
experimental: true
date: 2026-04-24
publisher: Health Level Seven, Int'l
contact: http://hl7.org
jurisdiction: World
purpose:
Provides an example of a publishable message definition
event: message-events: admin-notify (admin-notify)
category: Notification
{
"resourceType": "MessageDefinition",
"id": "publishable-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablemessagedefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-releaseLabel",
"valueString": "Release 1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-releaseDescription",
"valueMarkdown": "Example release of a message definition"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
"code": "strict"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-usage",
"valueMarkdown": "See the [FHIR Messaging](https://hl7.org/fhir/R4/messaging.html) topic for more information on how messaging is implemented in FHIR"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel",
"valueString": "Copyright 2026+, Health Level 7 International"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-approvalDate",
"valueDate": "2026-04-24"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate",
"valueDate": "2026-04-24"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod",
"valuePeriod": {
"start": "2026-07-01"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-topic",
"valueCodeableConcept": {
"text": "Antenatal Care"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-author",
"valueContactDetail": {
"name": "HL7 Infrastructure and Messaging Work Group"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-editor",
"valueContactDetail": {
"name": "Canonical Resource Management Infrastructure Project"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-reviewer",
"valueContactDetail": {
"name": "HL7 Clinical Decision Support Work Group"
}
}
],
"url": "http://hl7.org/fhir/uv/crmi/MessageDefinition/publishable-example",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.38.30.1"
}
],
"version": "0.1.0",
"name": "PublishableExample",
"title": "Publishable 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"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"purpose": "Provides an example of a publishable message definition",
"eventCoding": {
"system": "http://example.org/fhir/message-events",
"code": "admin-notify"
},
"category": "notification"
}