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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeOrganization
IdOrganization-example5.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 example5

identifier: ABN/91420780376

active: true

type: Religious Institution

name: The Corporation of the Synod of the Diocese of Nundah

telecom: info@CSDN.example.com

address: 700 Church Road Zillmere QLD 4034 AU (work)


Source1

{
  "resourceType": "Organization",
  "id": "example5",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ABN"
      },
      "system": "http://hl7.org.au/id/abn",
      "value": "91420780376"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "reli"
        }
      ],
      "text": "Religious Institution"
    }
  ],
  "name": "The Corporation of the Synod of the Diocese of Nundah",
  "telecom": [
    {
      "system": "email",
      "value": "info@CSDN.example.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "700 Church Road"
      ],
      "city": "Zillmere",
      "state": "QLD",
      "postalCode": "4034",
      "country": "AU"
    }
  ]
}