This page is part of the Subscriptions R5 Backport (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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-notification-url-location-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 http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-url-location-code-system 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\">none<a name=\"backport-notification-url-location-code-system-none\"> </a></td><td>none</td><td>URLs should NOT be included in notifications.</td></tr><tr><td style=\"white-space:nowrap\">full-url<a name=\"backport-notification-url-location-code-system-full-url\"> </a></td><td>full-url</td><td>URLs should be placed in Bundle.entry.fullUrl.</td></tr><tr><td style=\"white-space:nowrap\">request-response<a name=\"backport-notification-url-location-code-system-request-response\"> </a></td><td>request-response</td><td>URLs should be placed in Bundle.entry.request and/or Bundle.entry.response.</td></tr><tr><td style=\"white-space:nowrap\">all<a name=\"backport-notification-url-location-code-system-all\"> </a></td><td>all</td><td>URLs should be placed in all available locations.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-url-location-code-system"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "BackportNotificationUrlLocationCodeSystem"];
fhir:CodeSystem.title [ fhir:value "Backported R5 Subscription Notification URL Location Code System"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2020-12-16T17:37:01+00: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/index.cfm" ] ]
], [
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 the location in Bundle.entry where URLs for resources should be located."];
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.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "none" ];
fhir:CodeSystem.concept.display [ fhir:value "none" ];
fhir:CodeSystem.concept.definition [ fhir:value "URLs should NOT be included in notifications." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "full-url" ];
fhir:CodeSystem.concept.display [ fhir:value "full-url" ];
fhir:CodeSystem.concept.definition [ fhir:value "URLs should be placed in Bundle.entry.fullUrl." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "request-response" ];
fhir:CodeSystem.concept.display [ fhir:value "request-response" ];
fhir:CodeSystem.concept.definition [ fhir:value "URLs should be placed in Bundle.entry.request and/or Bundle.entry.response." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "all" ];
fhir:CodeSystem.concept.display [ fhir:value "all" ];
fhir:CodeSystem.concept.definition [ fhir:value "URLs should be placed in all available locations." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.