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 - TTL Representation

Active as of 2025-11-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "contact-purpose"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/brr/CodeSystem/contact-purpose>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ContactPurpose"] ; # 
  fhir:title [ fhir:v "Contact Purpose Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-11-11"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SENDER" ] ;
fhir:display [ fhir:v "Sender (Health Authority)" ] ;
fhir:definition [ fhir:v "The contact represents the health authority issuing the regulatory questions (e.g., EMA, FDA)." ]
  ] [
fhir:code [ fhir:v "RECIPIENT" ] ;
fhir:display [ fhir:v "Recipient (Marketing Authorization Holder)" ] ;
fhir:definition [ fhir:v "The contact represents the sponsor or MAH responsible for responding to the questions." ]
  ] [
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Carbon Copy" ] ;
fhir:definition [ fhir:v "The contact is copied on the correspondence for information purposes (optional)." ]
  ] [
fhir:code [ fhir:v "REVIEWER" ] ;
fhir:display [ fhir:v "Internal Reviewer" ] ;
fhir:definition [ fhir:v "An internal stakeholder (e.g., project lead, legal) involved in review but not primary sender/recipient." ]
  ] ) . #