HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-healthcareservice - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "example-healthcareservice",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-09-29T01:41:55.318+08:00",
    "source" : "http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/HealthcareService-my-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService example-healthcareservice</b></p><a name=\"example-healthcareservice\"> </a><a name=\"hcexample-healthcareservice\"> </a><a name=\"example-healthcareservice-en-US\"> </a><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\">version: 2; Last updated: 2022-09-29 01:41:55+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn\">http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HealthcareService-my-core.html\">HealthcareService (MY Core)</a></p></div><p><b>ExtensionPublicBooking (MY Core)</b>: true</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization/11-05040012\">Organization/11-05040012</a></p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core AMB}\">Outpatient</span></p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core 03}\">Outpatient</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 552}\">Primary Oral Health Care</span></p><p><b>name</b>: Primary Oral Health Care</p><p><b>appointmentRequired</b>: true</p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/public-booking-my-core",
      "valueBoolean" : true
    }
  ],
  "active" : true,
  "providedBy" : {
    "reference" : "Organization/11-05040012"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
          "code" : "AMB",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
          "code" : "03",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code" : "552",
          "display" : "Primary Oral Health Care"
        }
      ]
    }
  ],
  "name" : "Primary Oral Health Care",
  "appointmentRequired" : true
}