FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "usage-context-agreement-scope"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">realm-base\n <a name=\"usage-context-agreement-scope-realm-base\"> </a>\n </td>\n <td>Realm Base</td>\n <td>Defines use-case independent foundational expectations for exchange within a particular country or jurisdiction. Should be accompanied by a jurisdiction. Commonly used as a 'base' for more restrictive artifacts.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">knowledge\n <a name=\"usage-context-agreement-scope-knowledge\"> </a>\n </td>\n <td>Knowledge</td>\n <td>Defines use-case-specific information or guidance that is relevant to a specific business or health domain but is not mandated for particular use.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">domain\n <a name=\"usage-context-agreement-scope-domain\"> </a>\n </td>\n <td>Domain</td>\n <td>Defines use-case-specific requirements for a specific business or health domain. May vary in jurisdictional scope from international to small region and in business scope from broad to narrow.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">community\n <a name=\"usage-context-agreement-scope-community\"> </a>\n </td>\n <td>Community</td>\n <td>Sets contractual or business expectations for systems participating in a particular exchange community.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">system-design\n <a name=\"usage-context-agreement-scope-system-design\"> </a>\n </td>\n <td>System Design</td>\n <td>Documents the specific capabilities of a single system as 'available' for purchase or use. May have some variability reflecting options that can be configured.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">system-implementation\n <a name=\"usage-context-agreement-scope-system-implementation\"> </a>\n </td>\n <td>System Implementation</td>\n <td>Documents the specific points of a single production system or endpoint. This may be time-specific - i.e. reflecting the system 'as it is now' or 'as it was at some point in the past'.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "UsageContextAgreementScope"] ; #
fhir:title [ fhir:v "Usage Context Agreement Scope"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:55:28-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "This codesystem defines codes describing the type of agreement represented by an artifact, for example for use in CanonicalResource.usageContext."] ; #
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:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/usage-context-agreement-scope"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/usage-context-agreement-scope>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "realm-base" ] ;
fhir:display [ fhir:v "Realm Base" ] ;
fhir:definition [ fhir:v "Defines use-case independent foundational expectations for exchange within a particular country or jurisdiction. Should be accompanied by a jurisdiction. Commonly used as a 'base' for more restrictive artifacts." ]
] [
fhir:code [ fhir:v "knowledge" ] ;
fhir:display [ fhir:v "Knowledge" ] ;
fhir:definition [ fhir:v "Defines use-case-specific information or guidance that is relevant to a specific business or health domain but is not mandated for particular use." ]
] [
fhir:code [ fhir:v "domain" ] ;
fhir:display [ fhir:v "Domain" ] ;
fhir:definition [ fhir:v "Defines use-case-specific requirements for a specific business or health domain. May vary in jurisdictional scope from international to small region and in business scope from broad to narrow." ]
] [
fhir:code [ fhir:v "community" ] ;
fhir:display [ fhir:v "Community" ] ;
fhir:definition [ fhir:v "Sets contractual or business expectations for systems participating in a particular exchange community." ]
] [
fhir:code [ fhir:v "system-design" ] ;
fhir:display [ fhir:v "System Design" ] ;
fhir:definition [ fhir:v "Documents the specific capabilities of a single system as 'available' for purchase or use. May have some variability reflecting options that can be configured." ]
] [
fhir:code [ fhir:v "system-implementation" ] ;
fhir:display [ fhir:v "System Implementation" ] ;
fhir:definition [ fhir:v "Documents the specific points of a single production system or endpoint. This may be time-specific - i.e. reflecting the system 'as it is now' or 'as it was at some point in the past'." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
