FHIR IG analytics| Package | au.gov.digitalhealth.cc |
| Resource Type | Organization |
| Id | Organization-organization-suppressed-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-suppressed-example
Suppression Indicator for Visibility
- suppressedBy: Organisation initiated
active: true
type: Healthcare Provider
name: Suppressed Org
telecom: +61 2 9999 8888
address: 123 Suppressed St Sydney NSW 2000
{
"resourceType": "Organization",
"id": "organization-suppressed-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}