This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MessageDefinition",
"id" : "example-message-definition-initialize",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-message-definition-initialize</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-initialize\">http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-initialize</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: MessageDefinitionInitialize</p><p><b>title</b>: Message definition (re)initializing the catalog of message receiver</p><p><b>status</b>: active</p><p><b>date</b>: 2020-04-02</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: http://hl7.org/Special/committees/orders</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events full-catalog}\">full catalog for the recipient</span></p><p><b>category</b>: consequence</p><p><b>responseRequired</b>: always</p></div>"
},
"url" : "http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-initialize",
"version" : "0.1.0",
"name" : "MessageDefinitionInitialize",
"title" : "Message definition (re)initializing the catalog of message receiver",
"status" : "active",
"date" : "2020-04-02",
"publisher" : "HL7 International - Orders and Observations Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/orders"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"eventCoding" : {
"system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events",
"code" : "full-catalog",
"display" : "full catalog for the recipient"
},
"category" : "consequence",
"responseRequired" : "always"
}