Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
: Message definition catalog update - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-message-definition-update"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogMessageDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition example-message-definition-update</b></p><a name=\"example-message-definition-update\"> </a><a name=\"hcexample-message-definition-update\"> </a><a name=\"example-message-definition-update-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CatalogMessageDefinition.html\">Message definition for messaging order-catalog content</a></p></div><p><b>url</b>: <a href=\"MessageDefinition-example-message-definition-update.html\">MessageDefinition Message definition updating the catalog of message receiver</a></p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.4.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.4.642.40.999.30.2</p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: MessageDefinitionUpdate</p><p><b>title</b>: Message definition updating 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</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/orders\">http://www.hl7.org/Special/committees/orders</a></p><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">Global (Whole world)</span></p><p><b>event</b>: <a href=\"CodeSystem-catalog-message-events.html#catalog-message-events-update-catalog\">Catalog Message Event Codes update-catalog</a>: update for a catalog of the recipient</p><p><b>category</b>: Consequence</p><p><b>responseRequired</b>: Always</p></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/MessageDefinition/example-message-definition-update"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.999.30.2" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "MessageDefinitionUpdate"] ; #
fhir:title [ fhir:v "Message definition updating the catalog of message receiver"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2020-04-02"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/catalog-message-events"^^xsd:anyURI ] ;
fhir:code [ fhir:v "update-catalog" ] ;
fhir:display [ fhir:v "update for a catalog of the recipient" ]
] ; #
fhir:category [ fhir:v "consequence"] ; #
fhir:responseRequired [ fhir:v "always"] . #