Da Vinci Prior Authorization Support (PAS) FHIR IG
1.0.0 - STU 1

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: PAS Information Change Mode Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PASInformationChangeMode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode 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\">changed<a name=\"PASInformationChangeMode-changed\"> </a></td><td>Changed</td><td>Previously sent information has been changed.</td></tr><tr><td style=\"white-space:nowrap\">added<a name=\"PASInformationChangeMode-added\"> </a></td><td>Added</td><td>New information that was not sent previously.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode",
  "version" : "1.0.0",
  "name" : "PASInformationChangeMode",
  "title" : "PAS Information Change Mode Code System",
  "status" : "active",
  "date" : "2020-12-20T19:17:24+00:00",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Financial Management Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/fm"
        },
        {
          "system" : "email",
          "value" : "fmlists@lists.hl7.org"
        }
      ]
    },
    {
      "name" : "Jean Duteau",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:jean@duteaudesign.com"
        }
      ]
    }
  ],
  "description" : "The mode by which a piece of information has changed.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "changed",
      "display" : "Changed",
      "definition" : "Previously sent information has been changed."
    },
    {
      "code" : "added",
      "display" : "Added",
      "definition" : "New information that was not sent previously."
    }
  ]
}