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

: CodeSystemSecondaryCareType (MY Core) - JSON Representation

Active as of 2024-12-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "code-system-secondary-care-type-my-core",
  "meta" : {
    "source" : "#Itsk0HsI68xa4fFh",
    "tag" : [
      {
        "system" : "https://smilecdr.com/fhir/NamingSystem/tags",
        "code" : "validation_passed",
        "display" : "Validation Passed"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem code-system-secondary-care-type-my-core</b></p><a name=\"code-system-secondary-care-type-my-core\"> </a><a name=\"hccode-system-secondary-care-type-my-core\"> </a><a name=\"code-system-secondary-care-type-my-core-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\"/><p style=\"margin-bottom: 0px\">Information Source: #Itsk0HsI68xa4fFh</p><p style=\"margin-bottom: 0px\">Tag: Validation Passed (Details: tags code validation_passed = 'Validation Passed')</p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td></tr><tr><td>categoryCode</td><td>categoryCode</td><td>code</td></tr><tr><td>categoryDisplay</td><td>categoryDisplay</td><td>string</td></tr></table><p><b>Concepts</b></p><p>This  code system <code>http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-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><td><b>Definition</b></td><td><b>categoryCode</b></td><td><b>categoryDisplay</b></td></tr><tr><td style=\"white-space:nowrap\">22232009<a name=\"code-system-secondary-care-type-my-core-22232009\"> </a></td><td>Hospital</td><td>Hospital</td><td>46111000</td><td>Secondary care</td></tr><tr><td style=\"white-space:nowrap\">40143009<a name=\"code-system-secondary-care-type-my-core-40143009\"> </a></td><td>Functional</td><td>Functional</td><td>45131008</td><td>Secondary care</td></tr></table></div>"
  },
  "url" : "http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-my-core",
  "version" : "0.1.0",
  "name" : "CodeSystemSecondaryCareTypeMyCore",
  "title" : "CodeSystemSecondaryCareType (MY Core)",
  "status" : "active",
  "date" : "2024-12-26T11:44:45+08:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Secondary care type of healthcare service",
  "compositional" : false,
  "content" : "complete",
  "count" : 2,
  "property" : [
    {
      "code" : "categoryCode",
      "type" : "code"
    },
    {
      "code" : "categoryDisplay",
      "type" : "string"
    }
  ],
  "concept" : [
    {
      "code" : "22232009",
      "display" : "Hospital",
      "definition" : "Hospital",
      "property" : [
        {
          "code" : "categoryCode",
          "valueCode" : "46111000"
        },
        {
          "code" : "categoryDisplay",
          "valueString" : "Secondary care"
        }
      ]
    },
    {
      "code" : "40143009",
      "display" : "Functional",
      "definition" : "Functional",
      "property" : [
        {
          "code" : "categoryCode",
          "valueCode" : "45131008"
        },
        {
          "code" : "categoryDisplay",
          "valueString" : "Secondary care"
        }
      ]
    }
  ]
}