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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeOrganization
IdOrganization-au-core-organization-conformant.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 au-core-organization-conformant

identifier: HPI-O/8003620000000013, ABN/51000000680

type: Medical Center

name: Frog Health Service

telecom: ph: 0300000000(Work)

address: 1 Test Street Testville NSW 2000 AU (work)


Source1

{
  "resourceType": "Organization",
  "id": "au-core-organization-conformant",
  "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": "8003620000000013"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ],
        "text": "ABN"
      },
      "system": "http://hl7.org.au/id/abn",
      "value": "51000000680"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ],
      "text": "Medical Center"
    }
  ],
  "name": "Frog Health Service",
  "telecom": [
    {
      "system": "phone",
      "value": "0300000000",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "1 Test Street"
      ],
      "city": "Testville",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    }
  ]
}