Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: Age groups - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-age-groups",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/LA10403-6/\">LA10403-6</a></td><td>Newborn</td></tr><tr><td><a href=\"https://loinc.org/LA19747-7/\">LA19747-7</a></td><td>Infant</td></tr><tr><td><a href=\"https://loinc.org/LA9949-4/\">LA9949-4</a></td><td>Child</td></tr><tr><td><a href=\"https://loinc.org/LA19748-5/\">LA19748-5</a></td><td>Pre-school</td></tr><tr><td><a href=\"https://loinc.org/LA19749-3/\">LA19749-3</a></td><td>Adolescent</td></tr><tr><td><a href=\"https://loinc.org/LA13524-6/\">LA13524-6</a></td><td>Adult</td></tr><tr><td><a href=\"https://loinc.org/LA19750-1/\">LA19750-1</a></td><td>Middle aged</td></tr><tr><td><a href=\"https://loinc.org/LA19751-9/\">LA19751-9</a></td><td>Aged</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/de/ValueSet/vs-age-groups",
  "version" : "0.2.0",
  "name" : "VS_AgeGroups",
  "title" : "Age groups",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-02T11:40:39+02:00",
  "publisher" : "HL7 International - CDE Katalog Arbeitsgruppe",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Dieses ValueSet enthält LOINC-Codes für unterschiedliche 'Altersgruppen'.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA10403-6",
            "display" : "Newborn"
          },
          {
            "code" : "LA19747-7",
            "display" : "Infant"
          },
          {
            "code" : "LA9949-4",
            "display" : "Child"
          },
          {
            "code" : "LA19748-5",
            "display" : "Pre-school"
          },
          {
            "code" : "LA19749-3",
            "display" : "Adolescent"
          },
          {
            "code" : "LA13524-6",
            "display" : "Adult"
          },
          {
            "code" : "LA19750-1",
            "display" : "Middle aged"
          },
          {
            "code" : "LA19751-9",
            "display" : "Aged"
          }
        ]
      }
    ]
  }
}