Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: Central Cancer Registry Reporting Organization - Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>Profile: </b> <a href=\"StructureDefinition-central-cancer-registry-reporting-organization.html\"> Central Cancer Registry Reporting Organization</a></p>\n  <p><b>Organization:</b> Cancer Organization</p>\n    <p><b>Status:</b> Active</p>\n  <p><b>Identifier (NPI):</b> 1063494177</p>\n   <p><b>Address:</b> 1234 Main Street, Tulsa, OK 74126</p>\n  <p><b>Phone:</b> (917)932-2000</p>\n  <p><b>Endpoint:</b> Reference to Endpoint/example-healthcare-endpoint</p>\n</div>"
  },
  "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"
    }
  ]
}