FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypeOrganization
IdOrganization-organization-suppressed-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}