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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeOrganization
IdOrganization-mount-charlton-radiology.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 mount-charlton-radiology

identifier: HPI-O/8003623233373306

type: Radiology practice

name: Mount Charlton Radiology

telecom: reception@mouncharltonradiology.example.net, ph: (07) 555 02224(Work)

address: 7 Desleigh Rdge Mount Charlton QLD 4741 AU (work)


Source1

{
  "resourceType": "Organization",
  "id": "mount-charlton-radiology",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-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": "8003623233373306"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code": "8520",
          "display": "Pathology and Diagnostic Imaging Services"
        }
      ],
      "text": "Radiology practice"
    }
  ],
  "name": "Mount Charlton Radiology",
  "telecom": [
    {
      "system": "email",
      "value": "reception@mouncharltonradiology.example.net",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(07) 555 02224",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "7 Desleigh Rdge"
      ],
      "city": "Mount Charlton",
      "state": "QLD",
      "postalCode": "4741",
      "country": "AU"
    }
  ]
}