MediRecords FHIR Implementation Guide
1.3.0 - release


: Organization AU Service Provider Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "2b5627f9-5fea-4dcf-9978-9d4bcf5c1616",
  "meta" : {
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-organisation-serviceprovider"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"2b5627f9-5fea-4dcf-9978-9d4bcf5c1616\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;2b5627f9-5fea-4dcf-9978-9d4bcf5c1616&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-organisation-serviceprovider.html\">MR Organisation Service Provider</a></p></div><p><b>identifier</b>: HPI-O:\u00a08003627500000328</p><p><b>active</b>: true</p><p><b>type</b>: Pathology department <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#309950003)</span></p><p><b>name</b>: Western Pathology</p><p><b>telecom</b>: ph: 1300103903(WORK), fax: 0251242892(WORK), <a href=\"https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology\">https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology</a></p><p><b>address</b>: 627 Pacific HWY St Leonards NSW 2065 AU </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"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "309950003",
          "display" : "Pathology department"
        }
      ]
    }
  ],
  "name" : "Western Pathology",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1300103903",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "0251242892",
      "use" : "work"
    },
    {
      "system" : "url",
      "value" : "https://www.canberrahealthservices.act.gov.au/services-and-clinics/services/pathology",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "627 Pacific HWY"
      ],
      "city" : "St Leonards",
      "state" : "NSW",
      "postalCode" : "2065",
      "country" : "AU"
    }
  ]
}