MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: CodeSystem PriceComponentDefinition (MY Core) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "code-system-price-component-definition-my-core"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/price-component-definition-my-core"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CodeSystemPriceComponentDefinitionMyCore"] ; #
fhir:title [ fhir:v "CodeSystem PriceComponentDefinition (MY Core)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-12-26T11:44:45+08:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Example Publisher"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "Price Component Definition"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "type" ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "after-hours" ] ;
fhir:display [ fhir:v "After office hours surcharge" ] ;
( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [ fhir:v "surcharge" ] ] )
] [
fhir:code [ fhir:v "family-medicine-specialist" ] ;
fhir:display [ fhir:v "Family Medicine Specialist consultation surcharge" ] ;
( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [ fhir:v "surcharge" ] ] )
] [
fhir:code [ fhir:v "cost-price" ] ;
fhir:display [ fhir:v "Cost price" ] ;
( fhir:property [
fhir:code [ fhir:v "type" ] ;
fhir:value [ fhir:v "informational" ] ] )
] ) . #