Package | hl7.fhir.uv.subscriptions-backport |
Resource Type | CodeSystem |
Id | backport-content-code-system |
FHIR Version | R4B |
Source | http://hl7.org/fhir/uv/subscriptions-backport/https://build.fhir.org/ig/HL7/fhir-subscription-backport-ig/CodeSystem-backport-content-code-system.html |
URL | http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system |
Version | 1.2.0-ballot |
Status | active |
Date | 2024-06-17T16:09:47+00:00 |
Name | BackportContentCodeSystem |
Title | Backported R5 Subscription Content Code System |
Realm | uv |
Authority | hl7 |
Description | Codes to represent how much resource content to send in the notification payload. |
Content | complete |
StructureDefinition | |
ca-on-ext-Subscriptioncontent | Subscriptioncontent |
ValueSet | |
backport-content-value-set | Backported R5 Subscription Content Value Set |
No resources found
Note: links and images are rebased to the (stated) source
This case-sensitive code system http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system
defines the following codes:
{ "resourceType": "CodeSystem", "id": "backport-content-code-system", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/subscriptions-backport/ImplementationGuide/hl7.fhir.uv.subscriptions-backport" } ] } } ], "url": "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system", "version": "1.2.0-ballot", "name": "BackportContentCodeSystem", "title": "Backported R5 Subscription Content Code System", "status": "active", "experimental": false, "date": "2024-06-17T16:09:47+00:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "name": "HL7 International / FHIR Infrastructure", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] }, { "name": "Gino Canessa", "telecom": [ { "system": "email", "value": "mailto:gino.canessa@microsoft.com" } ] } ], "description": "Codes to represent how much resource content to send in the notification payload.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "caseSensitive": true, "content": "complete", "count": 3, "concept": [ { "code": "empty", "display": "Empty", "definition": "No resource content is transacted in the notification payload." }, { "code": "id-only", "display": "Id Only", "definition": "Only the resource id is transacted in the notification payload." }, { "code": "full-resource", "display": "Full Resource", "definition": "The entire resource is transacted in the notification payload." } ] }