Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Codesystem-medicinal-product-pediatric-use.json

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemPediatricUse

{
  "resourceType" : "CodeSystem",
  "id" : "medicinal-product-pediatric-use",
  "meta" : {
    "lastUpdated" : "2022-05-28T13:47:40.239+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "brr"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/medicinal-product-pediatric-use",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1577"
  }],
  "version" : "4.3.0",
  "name" : "PediatricUse",
  "title" : "PediatricUse",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Suitability for age groups, in particular children.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use",
  "content" : "complete",
  "concept" : [{
    "code" : "InUtero",
    "display" : "In utero",
    "definition" : "In utero"
  },
  {
    "code" : "PretermNewborn",
    "display" : "Preterm newborn infants (0 – 27 days)",
    "definition" : "Preterm newborn infants (0 – 27 days)"
  },
  {
    "code" : "TermNewborn",
    "display" : "Term newborn infants (0 – 27 days)",
    "definition" : "Term newborn infants (0 – 27 days)"
  },
  {
    "code" : "Infants",
    "display" : "Infants and toddlers (28 days – 23 months)",
    "definition" : "Infants and toddlers (28 days – 23 months)"
  },
  {
    "code" : "Children",
    "display" : "Children (2 to < 12 years)",
    "definition" : "Children (2 to < 12 years)"
  },
  {
    "code" : "Adolescents",
    "display" : "Adolescents (12 to < 18 years)",
    "definition" : "Adolescents (12 to < 18 years)"
  },
  {
    "code" : "Adults",
    "display" : "Adults (18 to < 65 years)",
    "definition" : "Adults (18 to < 65 years)"
  },
  {
    "code" : "Elderly",
    "display" : "Elderly (≥ 65 years)",
    "definition" : "Elderly (≥ 65 years)"
  },
  {
    "code" : "Neonate",
    "display" : "Neonate",
    "definition" : "Neonate"
  },
  {
    "code" : "PediatricPopulation",
    "display" : "Pediatric Population (< 18 years)",
    "definition" : "Pediatric Population (< 18 years)"
  },
  {
    "code" : "All",
    "display" : "All",
    "definition" : "All"
  },
  {
    "code" : "Prepubertal",
    "display" : "Prepubertal children (2 years to onset of puberty)",
    "definition" : "Prepubertal children (2 years to onset of puberty)"
  },
  {
    "code" : "AdultsAndElderly",
    "display" : "Adult and elderly population (> 18 years)",
    "definition" : "Adult and elderly population (> 18 years)"
  },
  {
    "code" : "PubertalAndPostpubertal",
    "display" : "Pubertal and postpubertal adolescents (onset of puberty to < 18 years)",
    "definition" : "Pubertal and postpubertal adolescents (onset of puberty to < 18 years)"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.