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
Active as of 2024-12-26 |
{
"resourceType" : "CodeSystem",
"id" : "code-system-price-component-definition-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-price-component-definition-my-core</b></p><a name=\"code-system-price-component-definition-my-core\"> </a><a name=\"hccode-system-price-component-definition-my-core\"> </a><a name=\"code-system-price-component-definition-my-core-en-US\"> </a><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>type</td><td>type</td><td>code</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://fhir.hie.moh.gov.my/CodeSystem/price-component-definition-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>type</b></td></tr><tr><td style=\"white-space:nowrap\">after-hours<a name=\"code-system-price-component-definition-my-core-after-hours\"> </a></td><td>After office hours surcharge</td><td>surcharge</td></tr><tr><td style=\"white-space:nowrap\">family-medicine-specialist<a name=\"code-system-price-component-definition-my-core-family-medicine-specialist\"> </a></td><td>Family Medicine Specialist consultation surcharge</td><td>surcharge</td></tr><tr><td style=\"white-space:nowrap\">cost-price<a name=\"code-system-price-component-definition-my-core-cost-price\"> </a></td><td>Cost price</td><td>informational</td></tr></table></div>"
},
"url" : "http://fhir.hie.moh.gov.my/CodeSystem/price-component-definition-my-core",
"version" : "0.1.0",
"name" : "CodeSystemPriceComponentDefinitionMyCore",
"title" : "CodeSystem PriceComponentDefinition (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" : "Price Component Definition",
"content" : "complete",
"count" : 3,
"property" : [
{
"code" : "type",
"type" : "code"
}
],
"concept" : [
{
"code" : "after-hours",
"display" : "After office hours surcharge",
"property" : [
{
"code" : "type",
"valueCode" : "surcharge"
}
]
},
{
"code" : "family-medicine-specialist",
"display" : "Family Medicine Specialist consultation surcharge",
"property" : [
{
"code" : "type",
"valueCode" : "surcharge"
}
]
},
{
"code" : "cost-price",
"display" : "Cost price",
"property" : [
{
"code" : "type",
"valueCode" : "informational"
}
]
}
]
}