Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VeryRemoteClinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "VeryRemoteClinic",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFOrganisation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization VeryRemoteClinic</b></p><a name=\"VeryRemoteClinic\"> </a><a name=\"hcVeryRemoteClinic\"> </a><a name=\"VeryRemoteClinic-en-AU\"> </a><p><b>identifier</b>: National Organisation Identifier/8003621566684455\u00a0(use:\u00a0official,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 440655000}\">Outpatient environment</span></p><p><b>name</b>: Very Remote Health Clinic</p><p><b>telecom</b>: <a href=\"tel:+61712345678\">+61 7 12345678</a></p><p><b>address</b>: 2342 Main Road Coen QLD </p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003621566684455"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "440655000",
          "display" : "Outpatient environment"
        }
      ]
    }
  ],
  "name" : "Very Remote Health Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 7 12345678"
    }
  ],
  "address" : [
    {
      "line" : [
        "2342 Main Road"
      ],
      "city" : "Coen",
      "state" : "QLD"
    }
  ]
}