@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/xver/CodeSystem/medicinal-product-pediatric-use> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicinal-product-pediatric-use"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/medicinal-product-pediatric-use</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">InUtero\n                  <a name=\"medicinal-product-pediatric-use-InUtero\"> </a>\n                </td>\n                <td>In utero</td>\n                <td>In utero</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PretermNewborn\n                  <a name=\"medicinal-product-pediatric-use-PretermNewborn\"> </a>\n                </td>\n                <td>Preterm newborn infants (0 – 27 days)</td>\n                <td>Preterm newborn infants (0 – 27 days)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">TermNewborn\n                  <a name=\"medicinal-product-pediatric-use-TermNewborn\"> </a>\n                </td>\n                <td>Term newborn infants (0 – 27 days)</td>\n                <td>Term newborn infants (0 – 27 days)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Infants\n                  <a name=\"medicinal-product-pediatric-use-Infants\"> </a>\n                </td>\n                <td>Infants and toddlers (28 days – 23 months)</td>\n                <td>Infants and toddlers (28 days – 23 months)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Children\n                  <a name=\"medicinal-product-pediatric-use-Children\"> </a>\n                </td>\n                <td>Children (2 to &lt; 12 years)</td>\n                <td>Children (2 to &lt; 12 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Adolescents\n                  <a name=\"medicinal-product-pediatric-use-Adolescents\"> </a>\n                </td>\n                <td>Adolescents (12 to &lt; 18 years)</td>\n                <td>Adolescents (12 to &lt; 18 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Adults\n                  <a name=\"medicinal-product-pediatric-use-Adults\"> </a>\n                </td>\n                <td>Adults (18 to &lt; 65 years)</td>\n                <td>Adults (18 to &lt; 65 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Elderly\n                  <a name=\"medicinal-product-pediatric-use-Elderly\"> </a>\n                </td>\n                <td>Elderly (≥ 65 years)</td>\n                <td>Elderly (≥ 65 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Neonate\n                  <a name=\"medicinal-product-pediatric-use-Neonate\"> </a>\n                </td>\n                <td>Neonate</td>\n                <td>Neonate</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PediatricPopulation\n                  <a name=\"medicinal-product-pediatric-use-PediatricPopulation\"> </a>\n                </td>\n                <td>Pediatric Population (&lt; 18 years)</td>\n                <td>Pediatric Population (&lt; 18 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">All\n                  <a name=\"medicinal-product-pediatric-use-All\"> </a>\n                </td>\n                <td>All</td>\n                <td>All</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Prepubertal\n                  <a name=\"medicinal-product-pediatric-use-Prepubertal\"> </a>\n                </td>\n                <td>Prepubertal children (2 years to onset of puberty)</td>\n                <td>Prepubertal children (2 years to onset of puberty)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">AdultsAndElderly\n                  <a name=\"medicinal-product-pediatric-use-AdultsAndElderly\"> </a>\n                </td>\n                <td>Adult and elderly population (&gt; 18 years)</td>\n                <td>Adult and elderly population (&gt; 18 years)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PubertalAndPostpubertal\n                  <a name=\"medicinal-product-pediatric-use-PubertalAndPostpubertal\"> </a>\n                </td>\n                <td>Pubertal and postpubertal adolescents (onset of puberty to &lt; 18 years)</td>\n                <td>Pubertal and postpubertal adolescents (onset of puberty to &lt; 18 years)</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "brr"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/medicinal-product-pediatric-use"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/medicinal-product-pediatric-use>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "PediatricUse"] ; # 
  fhir:title [ fhir:v "Pediatric Use"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-04T17:01:24-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Biomedical Research and Regulation" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Suitability for age groups, in particular children."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "InUtero" ] ;
     fhir:display [ fhir:v "In utero" ] ;
     fhir:definition [ fhir:v "In utero" ]
  ] [
     fhir:code [ fhir:v "PretermNewborn" ] ;
     fhir:display [ fhir:v "Preterm newborn infants (0 – 27 days)" ] ;
     fhir:definition [ fhir:v "Preterm newborn infants (0 – 27 days)" ]
  ] [
     fhir:code [ fhir:v "TermNewborn" ] ;
     fhir:display [ fhir:v "Term newborn infants (0 – 27 days)" ] ;
     fhir:definition [ fhir:v "Term newborn infants (0 – 27 days)" ]
  ] [
     fhir:code [ fhir:v "Infants" ] ;
     fhir:display [ fhir:v "Infants and toddlers (28 days – 23 months)" ] ;
     fhir:definition [ fhir:v "Infants and toddlers (28 days – 23 months)" ]
  ] [
     fhir:code [ fhir:v "Children" ] ;
     fhir:display [ fhir:v "Children (2 to < 12 years)" ] ;
     fhir:definition [ fhir:v "Children (2 to < 12 years)" ]
  ] [
     fhir:code [ fhir:v "Adolescents" ] ;
     fhir:display [ fhir:v "Adolescents (12 to < 18 years)" ] ;
     fhir:definition [ fhir:v "Adolescents (12 to < 18 years)" ]
  ] [
     fhir:code [ fhir:v "Adults" ] ;
     fhir:display [ fhir:v "Adults (18 to < 65 years)" ] ;
     fhir:definition [ fhir:v "Adults (18 to < 65 years)" ]
  ] [
     fhir:code [ fhir:v "Elderly" ] ;
     fhir:display [ fhir:v "Elderly (≥ 65 years)" ] ;
     fhir:definition [ fhir:v "Elderly (≥ 65 years)" ]
  ] [
     fhir:code [ fhir:v "Neonate" ] ;
     fhir:display [ fhir:v "Neonate" ] ;
     fhir:definition [ fhir:v "Neonate" ]
  ] [
     fhir:code [ fhir:v "PediatricPopulation" ] ;
     fhir:display [ fhir:v "Pediatric Population (< 18 years)" ] ;
     fhir:definition [ fhir:v "Pediatric Population (< 18 years)" ]
  ] [
     fhir:code [ fhir:v "All" ] ;
     fhir:display [ fhir:v "All" ] ;
     fhir:definition [ fhir:v "All" ]
  ] [
     fhir:code [ fhir:v "Prepubertal" ] ;
     fhir:display [ fhir:v "Prepubertal children (2 years to onset of puberty)" ] ;
     fhir:definition [ fhir:v "Prepubertal children (2 years to onset of puberty)" ]
  ] [
     fhir:code [ fhir:v "AdultsAndElderly" ] ;
     fhir:display [ fhir:v "Adult and elderly population (> 18 years)" ] ;
     fhir:definition [ fhir:v "Adult and elderly population (> 18 years)" ]
  ] [
     fhir:code [ fhir:v "PubertalAndPostpubertal" ] ;
     fhir:display [ fhir:v "Pubertal and postpubertal adolescents (onset of puberty to < 18 years)" ] ;
     fhir:definition [ fhir:v "Pubertal and postpubertal adolescents (onset of puberty to < 18 years)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

