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 - Aligned Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "AlignmentResponseAlignedExample",
  "meta" : {
    "profile" : [
      🔗 "https://globalalliantinc.com/access/StructureDefinition/access-align-out"
    ]
  },
  "parameter" : [
    {
      "name" : "result",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSAlignmentResultCS",
            "code" : "aligned",
            "display" : "Aligned"
          }
        ],
        "text" : "Patient is eligible and has been aligned so the ACCESS participant can now begin providing services to the patient under the model."
      }
    }
  ]
}