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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeOrganization
IdOrganization-bobrester-medical-center.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 bobrester-medical-center

identifier: ABN/12345678901

type: Medical Center

name: Bobrester Medical Center

telecom: info@bobrestermedical.example.com, ph: (07) 5550 2427(Work)

address: 87 Western Esp Tindal RAAF QLD 4655 AU


Source1

{
  "resourceType": "Organization",
  "id": "bobrester-medical-center",
  "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/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ABN"
      },
      "system": "http://hl7.org.au/id/abn",
      "value": "12345678901"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "288565001",
          "display": "Medical centre"
        }
      ],
      "text": "Medical Center"
    }
  ],
  "name": "Bobrester Medical Center",
  "telecom": [
    {
      "system": "email",
      "value": "info@bobrestermedical.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(07) 5550 2427",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "87 Western Esp"
      ],
      "city": "Tindal RAAF",
      "state": "QLD",
      "postalCode": "4655",
      "country": "AU"
    }
  ]
}