MediRecords FHIR Implementation Guide
1.4.2 - release


: Australian Health Service Organization Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ed33523f-9039-4cff-bde9-867c90ce0e4d",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ed33523f-9039-4cff-bde9-867c90ce0e4d</b></p><a name=\"ed33523f-9039-4cff-bde9-867c90ce0e4d\"> </a><a name=\"hced33523f-9039-4cff-bde9-867c90ce0e4d\"> </a><a name=\"ed33523f-9039-4cff-bde9-867c90ce0e4d-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: ACME Hospital</p><p><b>telecom</b>: ph: 0478612722(Work), <a href=\"mailto:acme.test@test.medirecords.com\">acme.test@test.medirecords.com</a></p><p><b>address</b>: 125 Herbert Street St Leonards 2065 AU </p></div>"
  },
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "ACME Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0478612722",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "acme.test@test.medirecords.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "125 Herbert Street"
      ],
      "city" : "St Leonards",
      "postalCode" : "2065",
      "country" : "AU"
    }
  ]
}