FHIR IG analytics| Package | haau3.fhir |
| Resource Type | Organization |
| Id | Organization-cms.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}