MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of a HealthcareService - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "6d6d7ce8-65c2-11e6-a20e-7b5deed40050",
  "meta" : {
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-healthcare-service-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40050\"> </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 HealthcareService &quot;6d6d7ce8-65c2-11e6-a20e-7b5deed40050&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-healthcare-service-core.html\">MediRecords Core HealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a> &quot;Healthy Live Clinic&quot;</p><p><b>specialty</b>: General medical practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#408443003)</span></p><p><b>location</b>: <a href=\"Location-6d6d7ce8-65c2-11e6-a20e-7b5deed40053.html\">Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053</a> &quot;Downunder Hospital Blacktown&quot;</p><p><b>name</b>: ABC GP Medical Service Blacktown</p></div>"
  },
  "active" : true,
  "providedBy" : {
    "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408443003",
          "display" : "General medical practice"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053"
    }
  ],
  "name" : "ABC GP Medical Service Blacktown"
}