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

: Submission Status Response Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "SubmissionStatusResponseExample",
  "meta" : {
    "profile" : [
      🔗 "https://globalalliantinc.com/access/StructureDefinition/access-submission-status-out"
    ]
  },
  "parameter" : [
    {
      "name" : "result",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSEligibilityResultCS",
            "code" : "eligible",
            "display" : "Eligible"
          }
        ],
        "text" : "Patient is eligible for the ACCESS Model."
      }
    }
  ]
}