MediRecords FHIR Implementation Guide
1.4.1 - release


: Secondary GP Practice Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "83d8e6e6-1371-11eb-960a-9350949d0a5c",
  "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 83d8e6e6-1371-11eb-960a-9350949d0a5c</b></p><a name=\"83d8e6e6-1371-11eb-960a-9350949d0a5c\"> </a><a name=\"hc83d8e6e6-1371-11eb-960a-9350949d0a5c\"> </a><a name=\"83d8e6e6-1371-11eb-960a-9350949d0a5c-en-US\"> </a><p><b>identifier</b>: HPI-O/8003627500000328, ABN/83914571673</p><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>: West Core Practice</p><p><b>telecom</b>: ph: 1234567890(Work), <a href=\"mailto:west@test.medirecords.com\">west@test.medirecords.com</a></p><p><b>address</b>: 48 Grey Street Frankston North VIC 3200 </p><p><b>partOf</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization Healthy Live Clinic</a></p></div>"
  },
  "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" : "8003627500000328"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX",
            "display" : "Organization identifier"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "83914571673"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "West Core Practice",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1234567890",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "west@test.medirecords.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "48 Grey Street"
      ],
      "city" : "Frankston North",
      "state" : "VIC",
      "postalCode" : "3200"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
  }
}