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
| Page standards status: Informative |
<Organization xmlns="http://hl7.org/fhir">
<id value="example-cancer-org"/>
<meta>
<profile
value="http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>Profile: </b> <a href="StructureDefinition-central-cancer-registry-reporting-organization.html"> Central Cancer Registry Reporting Organization</a></p>
<p><b>Organization:</b> Cancer Organization</p>
<p><b>Status:</b> Active</p>
<p><b>Identifier (NPI):</b> 1063494177</p>
<p><b>Address:</b> 1234 Main Street, Tulsa, OK 74126</p>
<p><b>Phone:</b> (917)932-2000</p>
<p><b>Endpoint:</b> Reference to Endpoint/example-healthcare-endpoint</p>
</div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1063494177"/>
</identifier>
<active value="true"/>
<name value="Cancer Organization"/>
<telecom>
<system value="phone"/>
<value value="(917)932-2000"/>
<use value="work"/>
</telecom>
<address>
<text value="1234 Main Street, Tulsa OK 74126"/>
<line value="1234 Main Street"/>
<city value="Tulsa"/>
<state value="OK"/>
<postalCode value="74126"/>
</address>
<endpoint>🔗
<reference value="Endpoint/example-healthcare-endpoint"/>
</endpoint>
</Organization>