MediRecords FHIR Implementation Guide
1.4.1 - release


: General Practice Organization Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "5ae12958-6291-4101-a6f5-45ed8bbbcb34",
  "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 5ae12958-6291-4101-a6f5-45ed8bbbcb34</b></p><a name=\"5ae12958-6291-4101-a6f5-45ed8bbbcb34\"> </a><a name=\"hc5ae12958-6291-4101-a6f5-45ed8bbbcb34\"> </a><a name=\"5ae12958-6291-4101-a6f5-45ed8bbbcb34-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:\">General Practice</span></p><p><b>name</b>: Practice FHIR</p><p><b>telecom</b>: ph: 0478612711(Work), <a href=\"mailto:fhir.test@test.medirecords.com\">fhir.test@test.medirecords.com</a></p><p><b>address</b>: Suite 402 200 George St Barangaroo NSW 2000 AU </p></div>"
  },
  "active" : true,
  "type" : [
    {
      "text" : "General Practice"
    }
  ],
  "name" : "Practice FHIR",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0478612711",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "fhir.test@test.medirecords.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "Suite 402",
        "200 George St"
      ],
      "city" : "Barangaroo",
      "state" : "NSW",
      "postalCode" : "2000",
      "country" : "AU"
    }
  ]
}