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

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting
Resource TypeOrganization
IdOrganization-example-cancer-org.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

Profile: Central Cancer Registry Reporting Organization

Organization: Cancer Organization

Status: Active

Identifier (NPI): 1063494177

Address: 1234 Main Street, Tulsa, OK 74126

Phone: (917)932-2000

Endpoint: Reference to Endpoint/example-healthcare-endpoint


Source1

{
  "resourceType": "Organization",
  "id": "example-cancer-org",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1063494177"
    }
  ],
  "active": true,
  "name": "Cancer Organization",
  "telecom": [
    {
      "system": "phone",
      "value": "(917)932-2000",
      "use": "work"
    }
  ],
  "address": [
    {
      "text": "1234 Main Street, Tulsa OK 74126",
      "line": [
        "1234 Main Street"
      ],
      "city": "Tulsa",
      "state": "OK",
      "postalCode": "74126"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/example-healthcare-endpoint"
    }
  ]
}