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

: Organization Example - JSON Representation

Raw json | Download

{
  "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"
}