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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeMessageDefinition
IdMessageDefinition-publishable-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/crmi-ig/MessageDefinition-publishable-example.html
URLhttp://hl7.org/fhir/uv/crmi/MessageDefinition/publishable-example
Version0.1.0
Statusdraft
Date2026-04-24
NamePublishableExample
TitlePublishable Message Definition Example
Realmuv
Authorityhl7
PurposeProvides an example of a publishable 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 publishable-example

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


Source1

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