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

FHIR IG Statistics: CodeSystem/atr-changetype

Packagehl7.fhir.us.davinci-atr
TypeCodeSystem
Idatr-changetype
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-atr/https://build.fhir.org/ig/HL7/davinci-atr/CodeSystem-atr-changetype.html
URLhttp://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-changetype
Version2.1.0
Statusactive
Date2020-09-06
NameDaVinciAtrChangeTypeCodes
TitleDaVinci ATR Change Type Codes
Realmus
Authorityhl7
DescriptionThe DaVinci Change Type CodeSystem is a 'starter set' of codes supported for identifying changes in member attribution list.
Contentcomplete

Resources that use this resource

ValueSet
atr-changetypeDaVinci ATR Change Types

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem atr-changetype

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-changetype defines the following codes:

CodeDisplayDefinition
new Member has been added to the Member Attribution List newly.New Member has been added to the Member Attribution List
dropped Member has been dropped from the Member Attribution ListMember has been dropped from the Member Attribution List
changed Member information has changedMember information has been changed from the last version of the Member Attribution List
nochange Member Information has not changed.Member information is same as the information in the last version of the Member Attribution List
cancelled Member Information has been cancelled as it was added in error.Member information is cancelled from the attribution list as it was added errorneously in the previous version.

Source

{
  "resourceType": "CodeSystem",
  "id": "atr-changetype",
  "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-changetype",
  "version": "2.1.0",
  "name": "DaVinciAtrChangeTypeCodes",
  "title": "DaVinci ATR Change Type 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 Change Type CodeSystem is a 'starter set' of codes supported for identifying changes in 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-changetype",
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "new",
      "display": "Member has been added to the Member Attribution List newly.",
      "definition": "New Member has been added to the Member Attribution List"
    },
    {
      "code": "dropped",
      "display": "Member has been dropped from the Member Attribution List",
      "definition": "Member has been dropped from the Member Attribution List"
    },
    {
      "code": "changed",
      "display": "Member information has changed",
      "definition": "Member information has been changed from the last version of the Member Attribution List"
    },
    {
      "code": "nochange",
      "display": "Member Information has not changed.",
      "definition": "Member information is same as the information in the last version of the Member Attribution List"
    },
    {
      "code": "cancelled",
      "display": "Member Information has been cancelled as it was added in error.",
      "definition": "Member information is cancelled from the attribution list as it was added errorneously in the previous version."
    }
  ]
}