CMS ACCESS Model API
0.9.0 - ci-build
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
{
"resourceType" : "Parameters",
"id" : "CheckEligibilityResponseEligibleExample",
"meta" : {
"profile" : [
🔗 "https://globalalliantinc.com/access/StructureDefinition/access-check-eligibility-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."
}
}
]
}