CMS ACCESS Model API
0.9.8 - draft US

This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Alignment Response - Aligned Example

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "AlignmentResponseAlignedExample",
  "meta" : {
    "profile" : [
      🔗 "https://dsacms.github.io/cmmi-access-model/StructureDefinition/access-align-out"
    ]
  },
  "language" : "en",
  "parameter" : [
    {
      "name" : "result",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://dsacms.github.io/cmmi-access-model/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."
      }
    }
  ]
}