Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: DaVinci Attribution List Status Codes - JSON Representation

Active as of 2020-09-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "atr-attribution-list-status",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-08-04T15:52:33.158+00:00",
    "source" : "#3Te0anOrvocKgcow",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status</code> 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\">draft<a name=\"atr-attribution-list-status-draft\"> </a></td><td>The Attribution List is still in a draft form.</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">final<a name=\"atr-attribution-list-status-final\"> </a></td><td>The Attribution List is still in a final form.</td><td>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.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status",
  "version" : "2.0.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" : 2,
  "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" : "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."
    }
  ]
}