FHIR IG analytics| Package | cms.fhir.mct |
| Resource Type | Organization |
| Id | Organization-acme.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization acme
Profile: QICoreOrganization
Receiving System Endpoint Extension: Endpoint Example Endpoint
identifier: urn:oid:2.16.840.1.113883.4.336/ACME-CCN (use: secondary, ), NPI/ACME-NPI (use: secondary, ), USEIN/ACME-EIN (use: secondary, )
active: true
name: ACME Provider Organization
telecom: https://acme.org
address: 123 Erewhon Dayton OH 45410 (work)
{
"resourceType": "Organization",
"id": "acme",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://cms.gov/fhir/mct/StructureDefinition/mct-receivingSystemEndpoint",
"valueReference": {
"reference": "Endpoint/example"
}
}
],
"identifier": [
{
"use": "secondary",
"system": "urn:oid:2.16.840.1.113883.4.336",
"value": "ACME-CCN"
},
{
"use": "secondary",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "ACME-NPI"
},
{
"use": "secondary",
"system": "urn:oid:2.16.840.1.113883.4.4",
"value": "ACME-EIN"
}
],
"active": true,
"name": "ACME Provider Organization",
"telecom": [
{
"system": "url",
"value": "https://acme.org",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"123 Erewhon"
],
"city": "Dayton",
"state": "OH",
"postalCode": "45410"
}
]
}