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

: RTQ Identifier Type Code System - JSON Representation

Draft as of 2025-11-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "rtq-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem rtq-identifier-type</b></p><a name=\"rtq-identifier-type\"> </a><a name=\"hcrtq-identifier-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/rtq/CodeSystem/rtq-identifier-type</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\">company-id<a name=\"rtq-identifier-type-company-id\"> </a></td><td>Company-issued Identifier</td><td>Identifier assigned by the marketing authorisation holder or sponsor.</td></tr><tr><td style=\"white-space:nowrap\">regulator-id<a name=\"rtq-identifier-type-regulator-id\"> </a></td><td>Regulator-issued Identifier</td><td>Identifier assigned by the reviewing health authority (e.g., procedure number, case ID).</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/rtq/CodeSystem/rtq-identifier-type",
  "version" : "0.1.0",
  "name" : "RtqIdentifierTypeCS",
  "title" : "RTQ Identifier Type Code System",
  "status" : "draft",
  "date" : "2025-11-24T01:52:41+00:00",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "HL7 International",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "company-id",
      "display" : "Company-issued Identifier",
      "definition" : "Identifier assigned by the marketing authorisation holder or sponsor."
    },
    {
      "code" : "regulator-id",
      "display" : "Regulator-issued Identifier",
      "definition" : "Identifier assigned by the reviewing health authority (e.g., procedure number, case ID)."
    }
  ]
}