0.1.0 - ci-build

MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CodeSystemEncounterCategory (MY Core) - JSON Representation

Active as of 2024-02-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "code-system-encounter-category-my-core",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem code-system-encounter-category-my-core</b></p><a name=\"code-system-encounter-category-my-core\"> </a><a name=\"hccode-system-encounter-category-my-core\"> </a><a name=\"code-system-encounter-category-my-core-en-US\"> </a><p>This  code system <code>http://fhir.hie.moh.gov.my/CodeSystem/encounter-category-my-core</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">primary<a name=\"code-system-encounter-category-my-core-primary\"> </a></td><td>Primary Encounter</td></tr><tr><td style=\"white-space:nowrap\">supporting<a name=\"code-system-encounter-category-my-core-supporting\"> </a></td><td>Supporting Encounter</td></tr></table></div>"
  },
  "url" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-category-my-core",
  "version" : "0.1.0",
  "name" : "CodeSystemEncounterCategoryMyCore",
  "title" : "CodeSystemEncounterCategory (MY Core)",
  "status" : "active",
  "date" : "2024-02-12T04:04:09.5621857+00:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Encounter Category",
  "compositional" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "primary",
      "display" : "Primary Encounter"
    },
    {
      "code" : "supporting",
      "display" : "Supporting Encounter"
    }
  ]
}