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" : "Organization",
"id" : "OrganizationExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example Healthcare Organization, ACCESS Participant ID: ACCESS1234</div>"
},
"identifier" : [
{
"system" : "https://globalalliantinc.com/access/participant-id",
"value" : "ACCESS1234"
}
],
"active" : true,
"name" : "Example Healthcare Organization"
}