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

FHIR IG analytics

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

version: 11.007; Last updated: 2019-11-15 13:28:17+1000; Language: en-AU

Profile: AU Base Organization

identifier: NATA Accreditation Number/200001, ARBN/123456789, ABN/12345678901, ACN/518247535, HPI-O/8003621566684455, PAI-O/8003640011000059, CSP/8003639900027009

type: Pathology and Diagnostic Imaging Services

name: ACME Pathology

alias: Tests R Us Pathology

telecom: enquiries@acmepathology.example.com, https://acmepathology.example.com, ph: (03) 5550 1234(Work)

address: 7002 Little Collins Street Melbourne VIC 3000 AU

partOf: Organization Test Org -DigitalHealth 5


Source1

{
  "resourceType": "Organization",
  "id": "example6",
  "meta": {
    "versionId": "11.007",
    "lastUpdated": "2019-11-15T13:28:17.239+10:00",
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-organization"
    ]
  },
  "language": "en-AU",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NATAA",
            "display": "NATA Accreditation Number"
          }
        ],
        "text": "NATA Accreditation Number"
      },
      "system": "http://hl7.org.au/id/nata-accreditation",
      "value": "200001"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ARBN"
      },
      "system": "http://hl7.org.au/id/arbn",
      "value": "123456789"
    },
    {
      "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://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ACN"
      },
      "system": "http://hl7.org.au/id/acn",
      "value": "518247535"
    },
    {
      "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": "8003621566684455"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "PAI-O"
      },
      "system": "http://ns.electronichealth.net.au/id/pcehr/paio/1.0",
      "value": "8003640011000059"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "CSPRN",
            "display": "Contracted Service Provider Registration Number"
          }
        ],
        "text": "CSP"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/csp/1.0",
      "value": "8003639900027009"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code": "8520",
          "display": "Pathology and Diagnostic Imaging Services"
        }
      ]
    }
  ],
  "name": "ACME Pathology",
  "alias": [
    "Tests R Us Pathology"
  ],
  "telecom": [
    {
      "system": "email",
      "value": "enquiries@acmepathology.example.com",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://acmepathology.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(03) 5550 1234",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "7002 Little Collins Street"
      ],
      "city": "Melbourne",
      "state": "VIC",
      "postalCode": "3000",
      "country": "AU"
    }
  ],
  "partOf": {
    "reference": "Organization/5-8631-1"
  }
}