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

: ValueSetPainPattern (MY Core) - TTL Representation

Active as of 2025-03-27

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "value-set-pain-pattern-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: ValueSet value-set-pain-pattern-core</b></p><a name=\"value-set-pain-pattern-core\"> </a><a name=\"hcvalue-set-pain-pattern-core\"> </a><a name=\"value-set-pain-pattern-core-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA9933-8/\">LA9933-8</a></td><td>Always (76-100%)</td></tr><tr><td><a href=\"https://loinc.org/LA10044-8/\">LA10044-8</a></td><td>Often (51-75%)</td></tr><tr><td><a href=\"https://loinc.org/LA10082-8/\">LA10082-8</a></td><td>Sometimes (26-50%)</td></tr><tr><td><a href=\"https://loinc.org/LA10066-1/\">LA10066-1</a></td><td>Rarely (1-25%)</td></tr><tr><td><a href=\"https://loinc.org/LA6270-8/\">LA6270-8</a></td><td>Never (0%)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/ValueSet/pain-pattern-my-core"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "ValueSetPainPatternMyCore"] ; # 
  fhir:title [ fhir:v "ValueSetPainPattern (MY Core)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-03-27T08:15:29+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MHNexus Sdn Bhd"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MHNexus Sdn Bhd" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mhn.asia/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bizdev@mhnexus.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Quantifying frequency of pain"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA9933-8" ] ;
fhir:display [ fhir:v "Always (76-100%)" ]       ] [
fhir:code [ fhir:v "LA10044-8" ] ;
fhir:display [ fhir:v "Often (51-75%)" ]       ] [
fhir:code [ fhir:v "LA10082-8" ] ;
fhir:display [ fhir:v "Sometimes (26-50%)" ]       ] [
fhir:code [ fhir:v "LA10066-1" ] ;
fhir:display [ fhir:v "Rarely (1-25%)" ]       ] [
fhir:code [ fhir:v "LA6270-8" ] ;
fhir:display [ fhir:v "Never (0%)" ]       ] )     ] )
  ] . #