This page is part of the Subscriptions R5 Backport (v1.1.0: STU 1.1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2023-01-11 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "backport-content-code-system"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">empty<a name=\"backport-content-code-system-empty\"> </a></td><td>Empty</td><td>No resource content is transacted in the notification payload.</td></tr><tr><td style=\"white-space:nowrap\">id-only<a name=\"backport-content-code-system-id-only\"> </a></td><td>Id Only</td><td>Only the resource id is transacted in the notification payload.</td></tr><tr><td style=\"white-space:nowrap\">full-resource<a name=\"backport-content-code-system-full-resource\"> </a></td><td>Full Resource</td><td>The entire resource is transacted in the notification payload.</td></tr></table></div>"
]; #
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system"]; #
fhir:CodeSystem.version [ fhir:value "1.1.0"]; #
fhir:CodeSystem.name [ fhir:value "BackportContentCodeSystem"]; #
fhir:CodeSystem.title [ fhir:value "Backported R5 Subscription Content Code System"]; #
fhir:CodeSystem.status [ fhir:value "active"]; #
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; #
fhir:CodeSystem.date [ fhir:value "2023-01-11T15:34:32+11:00"^^xsd:dateTime]; #
fhir:CodeSystem.publisher [ fhir:value "HL7 FHIR Infrastructure WG"]; #
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 FHIR Infrastructure WG" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://hl7.org/Special/committees/fiwg" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Gino Canessa" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:gino.canessa@microsoft.com" ] ]
], [
fhir:index 2;
fhir:ContactDetail.name [ fhir:value "Eric Haas" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:ehaas@healthedatainc.com" ] ]
]; #
fhir:CodeSystem.description [ fhir:value "Codes to represent how much resource content to send in the notification payload."]; #
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
]; #
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; #
fhir:CodeSystem.content [ fhir:value "complete"]; #
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "empty" ];
fhir:CodeSystem.concept.display [ fhir:value "Empty" ];
fhir:CodeSystem.concept.definition [ fhir:value "No resource content is transacted in the notification payload." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "id-only" ];
fhir:CodeSystem.concept.display [ fhir:value "Id Only" ];
fhir:CodeSystem.concept.definition [ fhir:value "Only the resource id is transacted in the notification payload." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "full-resource" ];
fhir:CodeSystem.concept.display [ fhir:value "Full Resource" ];
fhir:CodeSystem.concept.definition [ fhir:value "The entire resource is transacted in the notification payload." ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 FHIR Infrastructure WG. Package hl7.fhir.uv.subscriptions-backport#1.1.0 based on FHIR 4.3.0. Generated 2023-01-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change