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" : "AlignmentRequestWithSwitchConsentExample",
"meta" : {
"profile" : [
🔗 "https://globalalliantinc.com/access/StructureDefinition/access-align-in"
]
},
"parameter" : [
{
"name" : "participantID",
"valueIdentifier" : {
"system" : "https://globalalliantinc.com/access/participant-id",
"value" : "ACCESS1234"
}
},
{
"name" : "payerID",
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
"code" : "payerid",
"display" : "Payer ID"
}
]
},
"system" : "urn:oid:2.16.840.1.113883.3.221.5",
"value" : "12345"
}
},
{
"name" : "patient",
"resource" : {
"resourceType" : "Patient",
"id" : "PatientExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient John Doe, male, born 1950-01-01, Medicare ID: 1EG4TE5MK73</div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MC"
}
]
},
"system" : "http://terminology.hl7.org/NamingSystem/cmsMBI",
"value" : "1EG4TE5MK73"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1950-01-01"
}
},
{
"name" : "track",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSTrackCS",
"code" : "CKM",
"display" : "Cardio-kidney-metabolic track"
}
]
}
},
{
"name" : "condition",
"resource" : {
"resourceType" : "Condition",
"id" : "ConditionDiabetesExample",
"meta" : {
"profile" : [
🔗 "https://globalalliantinc.com/access/StructureDefinition/access-ckm-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Type 2 diabetes mellitus without complications</div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "E11.9",
"display" : "Type 2 diabetes mellitus without complications"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample"
},
"onsetDateTime" : "2020-01-15"
}
},
{
"name" : "referralType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://globalalliantinc.com/access/CodeSystem/ACCESSReferralTypeCS",
"code" : "patient-self-referral",
"display" : "Patient self-referral"
}
]
}
},
{
"name" : "switchConsentAttestation",
"valueBoolean" : true
}
]
}