FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehaau3.fhir
Resource TypeOrganization
IdOrganization-cms.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization cms

Profiles: Organization, US Core Organization Profileversion: null6.1.0)

Tag: Seeded canonical payer organization (haau3) (Details: org-origin code seeded = 'Seeded canonical payer organization (haau3)')

active: true

type: Government, Payer

name: Centers for Medicare & Medicaid Services (CMS)

telecom: ph: 1-800-633-4227(Work)

address: 7500 Security Boulevard Baltimore MD 21244 US


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}