Response to Regulatory Questions (RTQ)
0.1.0 - ci-build

Response to Regulatory Questions (RTQ), published by HL7 International. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/rtq-ig/ and changes regularly. See the Directory of published versions

: Contact Purpose Code System - JSON Representation

Active as of 2025-11-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "contact-purpose",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem contact-purpose</b></p><a name=\"contact-purpose\"> </a><a name=\"hccontact-purpose\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose</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></tr><tr><td style=\"white-space:nowrap\">SENDER<a name=\"contact-purpose-SENDER\"> </a></td><td>Sender (Health Authority)</td><td>The contact represents the health authority issuing the regulatory questions (e.g., EMA, FDA).</td></tr><tr><td style=\"white-space:nowrap\">RECIPIENT<a name=\"contact-purpose-RECIPIENT\"> </a></td><td>Recipient (Marketing Authorization Holder)</td><td>The contact represents the sponsor or MAH responsible for responding to the questions.</td></tr><tr><td style=\"white-space:nowrap\">CC<a name=\"contact-purpose-CC\"> </a></td><td>Carbon Copy</td><td>The contact is copied on the correspondence for information purposes (optional).</td></tr><tr><td style=\"white-space:nowrap\">REVIEWER<a name=\"contact-purpose-REVIEWER\"> </a></td><td>Internal Reviewer</td><td>An internal stakeholder (e.g., project lead, legal) involved in review but not primary sender/recipient.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose",
  "version" : "0.1.0",
  "name" : "ContactPurpose",
  "title" : "Contact Purpose Code System",
  "status" : "active",
  "date" : "2025-11-11",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "HL7 International",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org"
        }
      ]
    }
  ],
  "description" : "Defines the role of a contact in regulatory correspondence. Used to distinguish the sender (health authority) and recipient (marketing authorization holder) in structured Q&A.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "SENDER",
      "display" : "Sender (Health Authority)",
      "definition" : "The contact represents the health authority issuing the regulatory questions (e.g., EMA, FDA)."
    },
    {
      "code" : "RECIPIENT",
      "display" : "Recipient (Marketing Authorization Holder)",
      "definition" : "The contact represents the sponsor or MAH responsible for responding to the questions."
    },
    {
      "code" : "CC",
      "display" : "Carbon Copy",
      "definition" : "The contact is copied on the correspondence for information purposes (optional)."
    },
    {
      "code" : "REVIEWER",
      "display" : "Internal Reviewer",
      "definition" : "An internal stakeholder (e.g., project lead, legal) involved in review but not primary sender/recipient."
    }
  ]
}