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

: Unalignment Response - Unaligned Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "UnalignmentResponseUnalignedExample",
  "meta" : {
    "profile" : [
      🔗 "https://globalalliantinc.com/access/StructureDefinition/access-unalign-out"
    ]
  },
  "parameter" : [
    {
      "name" : "result",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSUnalignmentResultCS",
            "code" : "unaligned",
            "display" : "Unaligned"
          }
        ],
        "text" : "The request to manually unalign the patient has been successfully accepted and the patient has been successfully unaligned."
      }
    }
  ]
}