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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeOrganization
IdOrganization-murrabit-hospital.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 murrabit-hospital

identifier: HPI-O/8003626566706976

type: Hospital

name: Murrabit Public Hospital

telecom: ph: 0355509111, ph: 0355508677, reception@murrabitph.example.com.au

address: 144 Central Gdns Murrabit VIC 3579 AU


Source1

{
  "resourceType": "Organization",
  "id": "murrabit-hospital",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-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": "HPI-O"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value": "8003626566706976"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "22232009",
          "display": "Hospital"
        },
        {
          "system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code": "8401",
          "display": "Hospitals (Except Psychiatric Hospitals)"
        }
      ]
    }
  ],
  "name": "Murrabit Public Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "0355509111"
    },
    {
      "system": "phone",
      "value": "0355508677"
    },
    {
      "system": "email",
      "value": "reception@murrabitph.example.com.au"
    }
  ],
  "address": [
    {
      "line": [
        "144 Central Gdns"
      ],
      "city": "Murrabit",
      "state": "VIC",
      "postalCode": "3579",
      "country": "AU"
    }
  ]
}