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

FHIR IG Statistics: CodeSystem/atr-attribution-list-status

Packagehl7.fhir.us.davinci-atr
TypeCodeSystem
Idatr-attribution-list-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-atr/https://build.fhir.org/ig/HL7/davinci-atr/CodeSystem-atr-attribution-list-status.html
URLhttp://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status
Version2.1.0
Statusactive
Date2020-09-06
NameDaVinciAttributionListStatus
TitleDaVinci Attribution List Status Codes
Realmus
Authorityhl7
DescriptionThe DaVinci Attribution List Status CodeSystem is a 'starter set' of codes supported for identifying the status of the member attribution list.
Contentcomplete

Resources that use this resource

ValueSet
atr-attribution-list-statusDaVinci Attribution List Status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem atr-attribution-list-status

version: 1; Last updated: 2022-08-04 15:52:33+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status defines the following codes:

CodeDisplayDefinition
draft The Attribution List is still in a draft form.The Attribution List has not yet been finalized between a Prodcuer and a Consumer and reconciliation functions member-add and member-remove are allowed on the attribution list instance.
open The Attribution List is open for modificationsThe Attribution List can be kept open for modifications for use cases where adds and deletes are performed dynamically based on workflows.
final The Attribution List is still in a final form.The Attribution List is has been finalized between a Producer and a Consumer and reconciliation functions member-add and member-remove are not allowed on the attribution list instance.

Source

{
  "resourceType": "CodeSystem",
  "id": "atr-attribution-list-status",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-08-04T15:52:33.158+00: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": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status",
  "version": "2.1.0",
  "name": "DaVinciAttributionListStatus",
  "title": "DaVinci Attribution List Status Codes",
  "status": "active",
  "experimental": true,
  "date": "2020-09-06",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "The DaVinci Attribution List Status CodeSystem is a 'starter set' of codes supported for identifying the status of the member attribution list.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/us/davinci-atr/ValueSet/atr-attribution-list-status",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "draft",
      "display": "The Attribution List is still in a draft form.",
      "definition": "The Attribution List has not yet been finalized between a Prodcuer and a Consumer and reconciliation functions member-add and member-remove are allowed on the attribution list instance."
    },
    {
      "code": "open",
      "display": "The Attribution List is open for modifications",
      "definition": "The Attribution List can be kept open for modifications for use cases where adds and deletes are performed dynamically based on workflows."
    },
    {
      "code": "final",
      "display": "The Attribution List is still in a final form.",
      "definition": "The Attribution List is has been finalized between a Producer and a Consumer and reconciliation functions member-add and member-remove are not allowed on the attribution list instance."
    }
  ]
}