MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of a HealthcareService - XML Representation

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="6d6d7ce8-65c2-11e6-a20e-7b5deed40050"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-healthcare-service-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <active value="true"/>
  <providedBy>
    <reference value="Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
  </providedBy>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <location>
    <reference value="Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053"/>
  </location>
  <name value="ABC GP Medical Service Blacktown"/>
</HealthcareService>