CMS ACCESS Model API
0.9.0 - ci-build United States of America flag

CMS ACCESS Model API - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Alignment Response - Switch Approved Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "AlignmentResponseSwitchApprovedExample",
  "meta" : {
    "profile" : [
      🔗 "https://globalalliantinc.com/access/StructureDefinition/access-align-out"
    ]
  },
  "parameter" : [
    {
      "name" : "result",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSAlignmentResultCS",
            "code" : "aligned-switch-approved",
            "display" : "Aligned and switch approved"
          }
        ],
        "text" : "The request to switch the patient's alignment from a different provider after the 3-month lock in period is accepted and the patient is considered switched and now re-aligned."
      }
    }
  ]
}