FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/usage-context-agreement-scope

Packagehl7.fhir.uv.extensions.r4b
Resource TypeCodeSystem
Idusage-context-agreement-scope
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/extensions
URLhttp://hl7.org/fhir/CodeSystem/usage-context-agreement-scope
Version5.0.0
Statusdraft
NameUsageContextAgreementScope
TitleUsage Context Agreement Scope
Realmuv
Authorityhl7
DescriptionThis codesystem defines codes describing the type of agreement represented by an artifact, for example for use in CanonicalResource.usageContext.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope defines the following codes:

Code Display Definition
realm-base Realm Base 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.
knowledge Knowledge Defines use-case-specific information or guidance that is relevant to a specific business or health domain but is not mandated for particular use.
domain Domain 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.
community Community Sets contractual or business expectations for systems participating in a particular exchange community.
system-design System Design Documents the specific capabilities of a single system as 'available' for purchase or use. May have some variability reflecting options that can be configured.
system-implementation System Implementation 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'.

Source

{
  "resourceType": "CodeSystem",
  "id": "usage-context-agreement-scope",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/web-source",
      "valueUrl": "http://hl7.org/fhir/R5/codesystem-usage-context-agreement-scope.html"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1798"
    }
  ],
  "version": "5.0.0",
  "name": "UsageContextAgreementScope",
  "title": "Usage Context Agreement Scope",
  "status": "draft",
  "experimental": false,
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This codesystem defines codes describing the type of agreement represented by an artifact, for example for use in CanonicalResource.usageContext.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/usage-context-agreement-scope",
  "content": "complete",
  "concept": [
    {
      "code": "realm-base",
      "display": "Realm Base",
      "definition": "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."
    },
    {
      "code": "knowledge",
      "display": "Knowledge",
      "definition": "Defines use-case-specific information or guidance that is relevant to a specific business or health domain but is not mandated for particular use."
    },
    {
      "code": "domain",
      "display": "Domain",
      "definition": "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."
    },
    {
      "code": "community",
      "display": "Community",
      "definition": "Sets contractual or business expectations for systems participating in a particular exchange community."
    },
    {
      "code": "system-design",
      "display": "System Design",
      "definition": "Documents the specific capabilities of a single system as 'available' for purchase or use.  May have some variability reflecting options that can be configured."
    },
    {
      "code": "system-implementation",
      "display": "System Implementation",
      "definition": "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'."
    }
  ]
}