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

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypeOrganization
IdOrganization-example-healthconnect-organization-2.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 example-healthconnect-organization-2

Last updated: 2025-09-15 14:20:00+0000

Profile: HC Organization

identifier: National Organisation Identifier/8003640000000003, ABN/98765432109, ACN/987654321

active: true

name: Caring Hands Home Support

alias: CHHS

telecom: ph: (02) 9555 1200(Work), ph: (02) 9555 1201(Work), admin@caringhands.com.au, support@caringhands.com.au, https://www.caringhands.com.au, fax: +61 2 9555 1299(Work)

address: Suite 15, 88 Liverpool Street Sydney NSW 2000 AU

partOf: Organization Example Aged Care Facility


Source1

{
  "resourceType": "Organization",
  "id": "example-healthconnect-organization-2",
  "meta": {
    "lastUpdated": "2025-09-15T14:20:00Z",
    "profile": [
      "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-org-classification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hc-org-classification-cs",
                "code": "seed",
                "display": "Seed"
              }
            ]
          }
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hspo/1.0",
      "value": "8003640000000003"
    },
    {
      "type": {
        "text": "ABN"
      },
      "system": "http://hl7.org.au/id/abn",
      "value": "98765432109"
    },
    {
      "type": {
        "text": "ACN"
      },
      "system": "http://hl7.org.au/id/acn",
      "value": "987654321"
    }
  ],
  "active": true,
  "name": "Caring Hands Home Support",
  "alias": [
    "CHHS"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(02) 9555 1200",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(02) 9555 1201",
      "use": "work"
    },
    {
      "system": "email",
      "value": "admin@caringhands.com.au",
      "use": "work"
    },
    {
      "system": "email",
      "value": "support@caringhands.com.au",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://www.caringhands.com.au",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "+61 2 9555 1299",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "Suite 15, 88 Liverpool Street"
      ],
      "city": "Sydney",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    }
  ],
  "partOf": {
    "reference": "Organization/example-healthconnect-organization-1"
  }
}