WHO Clinical Care in Crisis Implementation Guide for Children
0.1.0 - ci-build

WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions

: Pain - TTL Representation

Draft as of 2023-10-04

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pain"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-che-custom-codes.html\"><code>https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE09\">CHE.B12S1.DE09</a></td><td>No Pain</td><td>The child is not reported to have any pain and does not appear to be in pain</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE10\">CHE.B12S1.DE10</a></td><td>Joint or Bone Pain</td><td>The child is reported to have or appears to have joint or bone pain</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE11\">CHE.B12S1.DE11</a></td><td>Pain or Difficulty Passing Urine or Crying when Passing Urine</td><td>The child is reported to have or appears to have pain or difficulty passing urine (in younger children this may appear as crying when passing urine)</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE12\">CHE.B12S1.DE12</a></td><td>Skin Pain</td><td>The child is reported to have or appears to have painful skin or a skin problem</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE13\">CHE.B12S1.DE13</a></td><td>Ear Pain</td><td>The child is reported to have or appears to have ear pain</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B12S1.46DE14\">CHE.B12S1.DE14</a></td><td>Other</td><td>The child is reported to have or appears to have pain which does not fit into the other categories</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/pain"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "valueset-pain"] ; # 
  fhir:title [ fhir:v "Pain"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-10-04T12:32:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes representing possible values for the Provide an estimated age or estimated date of birth element"] ; # 
  fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "CHE.B12S1.DE09" ] ;
fhir:display [ fhir:v "No Pain" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is not reported to have any pain and does not appear to be in pain" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B12S1.DE10" ] ;
fhir:display [ fhir:v "Joint or Bone Pain" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is reported to have or appears to have joint or bone pain" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B12S1.DE11" ] ;
fhir:display [ fhir:v "Pain or Difficulty Passing Urine or Crying when Passing Urine" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is reported to have or appears to have pain or difficulty passing urine (in younger children this may appear as crying when passing urine)" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B12S1.DE12" ] ;
fhir:display [ fhir:v "Skin Pain" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is reported to have or appears to have painful skin or a skin problem" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B12S1.DE13" ] ;
fhir:display [ fhir:v "Ear Pain" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is reported to have or appears to have ear pain" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B12S1.DE14" ] ;
fhir:display [ fhir:v "Other" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The child is reported to have or appears to have pain which does not fit into the other categories" ]         ] )       ] )     ] )
  ] . #