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 1.0.0 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
{
"resourceType" : "Organization",
"id" : "example-pha-org",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p> Public Health Organization</p> \n </div>"
},
"identifier" : [
{
"system" : "http://example.pha.org/fhir",
"value" : "1063494177"
}
],
"active" : true,
"name" : "Example PHA Organization",
"telecom" : [
{
"system" : "phone",
"value" : "(816)932-2000",
"use" : "work"
}
],
"address" : [
{
"text" : "3300 Washtenaw Avenue, Suite 227 Altanta GA",
"line" : [
"4401 Wornall Rd,"
],
"city" : "Atlanta",
"state" : "GA",
"postalCode" : "81452"
}
],
"endpoint" : [
{
🔗 "reference" : "Endpoint/example-ph-endpoint"
}
]
}