haau3 FHIR Implementation Guide (HFIG)
0.1.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG), published by haau3. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/haau3/fhir-ig/ and changes regularly. See the Directory of published versions

: Organization: Centers for Medicare & Medicaid Services - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "cms",
  "meta" : {
    "profile" : [
      🔗 "https://haau3.com/fhir/StructureDefinition/haau3-organization"🔗 ,
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
    ],
    "tag" : [
      {
        "system" : "https://haau3.com/fhir/CodeSystem/org-origin",
        "code" : "seeded",
        "display" : "Seeded canonical payer organization (haau3)"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization cms</b></p><a name=\"cms\"> </a><a name=\"hccms\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-haau3-organization.html\">Organization</a>, <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-organization.html\">US Core Organization Profileversion: null6.1.0)</a></p><p style=\"margin-bottom: 0px\">Tag: Seeded canonical payer organization (haau3) (Details: org-origin code seeded = 'Seeded canonical payer organization (haau3)')</p></div><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: Centers for Medicare &amp; Medicaid Services (CMS)</p><p><b>telecom</b>: ph: 1-800-633-4227(Work)</p><p><b>address</b>: 7500 Security Boulevard Baltimore MD 21244 US </p></div>"
  },
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "govt",
          "display" : "Government"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "pay",
          "display" : "Payer"
        }
      ]
    }
  ],
  "name" : "Centers for Medicare & Medicaid Services (CMS)",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-800-633-4227",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "7500 Security Boulevard"
      ],
      "city" : "Baltimore",
      "state" : "MD",
      "postalCode" : "21244",
      "country" : "US"
    }
  ]
}