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

: How much milk is given at each feed? - 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 "replacement-feeds"] ; # 
  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.46B21S2.46DE16\">CHE.B21S2.DE16</a></td><td>Sufficient replacement feeds</td><td>The caregiver is giving sufficient replacement feeds (approximately 60 ml per feed, 8 times per day for a young infant up to one month of age; approximately 90 ml per feed, 7 times per day for a young infant between 1 and 2 months of age)</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B21S2.46DE17\">CHE.B21S2.DE17</a></td><td>Insufficient replacement feeds</td><td>The caregiver is not giving sufficient replacement feeds (i.e. less than 60 ml per feed, 8 times per day for a young infant up to one month of age; less than 90 ml per feed, 7 times per day for a young infant between 1 and 2 months of age)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/replacement-feeds"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "valueset-replacement-feeds"] ; # 
  fhir:title [ fhir:v "How much milk is given at each feed?"] ; # 
  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 "A young infant up to one month of age should be given approximately 60 ml per feed, 8 times per day, and a young infant between 1 and 2 months of age approximately 90 ml at each feed, 7 times per day. It is helpful to have common bottles or cups available so that a mother can show you the amount that she gives."] ; # 
  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.B21S2.DE16" ] ;
fhir:display [ fhir:v "Sufficient replacement feeds" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The caregiver is giving sufficient replacement feeds (approximately 60 ml per feed, 8 times per day for a young infant up to one month of age; approximately 90 ml per feed, 7 times per day for a young infant between 1 and 2 months of age)" ]         ] )       ] [
fhir:code [ fhir:v "CHE.B21S2.DE17" ] ;
fhir:display [ fhir:v "Insufficient replacement feeds" ] ;
        ( fhir:designation [
fhir:value [ fhir:v "The caregiver is not giving sufficient replacement feeds (i.e. less than 60 ml per feed, 8 times per day for a young infant up to one month of age; less than 90 ml per feed, 7 times per day for a young infant between 1 and 2 months of age)" ]         ] )       ] )     ] )
  ] . #