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

: Contact Point - JSON Representation

Active as of 2025-08-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-contact-point",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-contact-point</b></p><a name=\"cs-contact-point\"> </a><a name=\"hccs-contact-point\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-contact-point</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\">registrant<a name=\"cs-contact-point-registrant\"> </a></td><td>Registrant</td><td>The contact is the registrant of the guideline.</td><td>Anmelder*in</td></tr><tr><td style=\"white-space:nowrap\">contact<a name=\"cs-contact-point-contact\"> </a></td><td>Contact</td><td>The main contact for the guideline.</td><td>Kontakt</td></tr><tr><td style=\"white-space:nowrap\">coordinator<a name=\"cs-contact-point-coordinator\"> </a></td><td>Coordinator</td><td>The contact is the coordinator of the guideline.</td><td>Koordination</td></tr></table></div>"
  },
  "url" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-contact-point",
  "version" : "0.1.0",
  "name" : "ContactPoint",
  "title" : "Contact Point",
  "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 types of contact points for a guideline",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "registrant",
      "display" : "Registrant",
      "definition" : "The contact is the registrant of the guideline.",
      "_definition" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "lang",
                "valueCode" : "de"
              },
              {
                "url" : "content",
                "valueString" : "Der Kontakt ist die anmeldende Person oder Organisation der Leitlinie."
              }
            ],
            "url" : "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "designation" : [
        {
          "language" : "de",
          "value" : "Anmelder*in"
        }
      ]
    },
    {
      "code" : "contact",
      "display" : "Contact",
      "definition" : "The main contact for the guideline.",
      "_definition" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "lang",
                "valueCode" : "de"
              },
              {
                "url" : "content",
                "valueString" : "Der Kontakt ist der/die Hauptansprechpartner*in für die Leitlinie."
              }
            ],
            "url" : "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "designation" : [
        {
          "language" : "de",
          "value" : "Kontakt"
        }
      ]
    },
    {
      "code" : "coordinator",
      "display" : "Coordinator",
      "definition" : "The contact is the coordinator of the guideline.",
      "_definition" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "lang",
                "valueCode" : "de"
              },
              {
                "url" : "content",
                "valueString" : "Der Kontakt ist der/die Koordinator*in der Leitlinie."
              }
            ],
            "url" : "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "designation" : [
        {
          "language" : "de",
          "value" : "Koordination"
        }
      ]
    }
  ]
}