FHIR IG analytics| Package | hl7.fhir.uv.rtq-ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-contact-purpose.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/rtq-ig/CodeSystem-contact-purpose.html |
| URL | http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-11-11 |
| Name | ContactPurpose |
| Title | Contact Purpose Code System |
| Realm | uv |
| Authority | hl7 |
| 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. |
| Content | complete |
No resources found
No resources found
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:
{
"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."
}
]
}