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

FHIR IG analytics

Packagecms.fhir.mct
Resource TypeOrganization
IdOrganization-acme.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 acme

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)


Source1

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