Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview

Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions

: Target Patient Group - JSON Representation

Active as of 2025-08-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-target-patient-group",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-target-patient-group</b></p><a name=\"cs-target-patient-group\"> </a><a name=\"hccs-target-patient-group\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-target-patient-group</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deutsch (German, de)</b></td></tr><tr><td style=\"white-space:nowrap\">adults<a name=\"cs-target-patient-group-adults\"> </a></td><td>Adults</td><td>Guideline specifically targeted at adult patients.</td><td>Erwachsene</td></tr><tr><td style=\"white-space:nowrap\">children-adolescents<a name=\"cs-target-patient-group-children-adolescents\"> </a></td><td>Children/Adolescents</td><td>Guideline specifically targeted at children and adolescents.</td><td>Kinder und Jugendliche</td></tr></table></div>"
  },
  "url" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-target-patient-group",
  "version" : "0.1.0",
  "name" : "TargetPatientGroup",
  "title" : "Target Patient Group",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-06T18:15:04+00:00",
  "publisher" : "AWMF e.V.",
  "contact" : [
    {
      "name" : "AWMF e.V.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.awmf.org"
        }
      ]
    }
  ],
  "description" : "CodeSystem defining the intended patient population for whom the guideline is applicable.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "adults",
      "display" : "Adults",
      "definition" : "Guideline specifically targeted at adult patients.",
      "_definition" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "lang",
                "valueCode" : "de"
              },
              {
                "url" : "content",
                "valueString" : "Leitlinie richtet sich an Erwachsene."
              }
            ],
            "url" : "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "designation" : [
        {
          "language" : "de",
          "value" : "Erwachsene"
        }
      ]
    },
    {
      "code" : "children-adolescents",
      "display" : "Children/Adolescents",
      "definition" : "Guideline specifically targeted at children and adolescents.",
      "_definition" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "lang",
                "valueCode" : "de"
              },
              {
                "url" : "content",
                "valueString" : "Leitlinie richtet sich an Kinder und Jugendliche."
              }
            ],
            "url" : "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "designation" : [
        {
          "language" : "de",
          "value" : "Kinder und Jugendliche"
        }
      ]
    }
  ]
}