Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization-suppressed-example",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-suppressed-example</b></p><a name=\"organization-suppressed-example\"> </a><a name=\"hcorganization-suppressed-example\"> </a><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title=\"Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type organisation-initiated}\">Organisation initiated</span></li></ul></blockquote><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Suppressed Org</p><p><b>telecom</b>: <a href=\"tel:+61299998888\">+61 2 9999 8888</a></p><p><b>address</b>: 123 Suppressed St Sydney NSW 2000 </p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "suppressedBy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type",
"code" : "organisation-initiated",
"display" : "Organisation initiated"
}
]
}
}
],
"url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Suppressed Org",
"telecom" : [
{
"system" : "phone",
"value" : "+61 2 9999 8888"
}
],
"address" : [
{
"line" : [
"123 Suppressed St"
],
"city" : "Sydney",
"state" : "NSW",
"postalCode" : "2000"
}
]
}