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

FHIR IG analytics

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

identifier: HAE/8003641100000000

active: true

name: Metro Health Administration Services

telecom: contact@metrohealthadmin.example.com, +61 2 5555 0456

address: 456 Administration Avenue Sydney NSW 2000 AU (work)


Source1

{
  "resourceType": "Organization",
  "id": "example8",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "HAE"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hae/1.0",
      "value": "8003641100000000"
    }
  ],
  "active": true,
  "name": "Metro Health Administration Services",
  "telecom": [
    {
      "system": "email",
      "value": "contact@metrohealthadmin.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+61 2 5555 0456",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "456 Administration Avenue"
      ],
      "city": "Sydney",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    }
  ]
}