FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.rtq-ig
Resource TypeCodeSystem
IdCodeSystem-contact-purpose.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/rtq-ig/CodeSystem-contact-purpose.html
URLhttp://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose
Version0.1.0
Statusactive
Date2025-11-11
NameContactPurpose
TitleContact Purpose Code System
Realmuv
Authorityhl7
DescriptionDefines the role of a contact in regulatory correspondence. Used to distinguish the sender (health authority) and recipient (marketing authorization holder) in structured Q&A.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem contact-purpose

This case-sensitive code system http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose defines the following codes:

CodeDisplayDefinition
SENDER Sender (Health Authority)The contact represents the health authority issuing the regulatory questions (e.g., EMA, FDA).
RECIPIENT Recipient (Marketing Authorization Holder)The contact represents the sponsor or MAH responsible for responding to the questions.
CC Carbon CopyThe contact is copied on the correspondence for information purposes (optional).
REVIEWER Internal ReviewerAn internal stakeholder (e.g., project lead, legal) involved in review but not primary sender/recipient.

Source1

{
  "resourceType": "CodeSystem",
  "id": "contact-purpose",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}