Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC)
0.1.20 - Build CI United States of America flag

Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.20 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/FHIR-us-pq-cmc/ and changes regularly. See the Directory of published versions

: Product Name Types Code Types - JSON Representation

Draft as of 2024-03-04

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cmc-product-name-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-product-name-types</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">PROP<a name=\"cmc-product-name-types-PROP\"> </a></td><td>Proprietary</td></tr><tr><td style=\"white-space:nowrap\">NON<a name=\"cmc-product-name-types-NON\"> </a></td><td>Non-Proprietary</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "brr"
    }
  ],
  "url" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-product-name-types",
  "version" : "0.1.20",
  "name" : "CmcProductNameTypes",
  "title" : "Product Name Types Code Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-04T02:24:01+00:00",
  "publisher" : "HL7 International / Biomedical Research and Regulation",
  "contact" : [
    {
      "name" : "HL7 International / Biomedical Research and Regulation",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/rcrim"
        },
        {
          "system" : "email",
          "value" : "brr@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "IG only code system of all codes in Code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "PROP",
      "display" : "Proprietary"
    },
    {
      "code" : "NON",
      "display" : "Non-Proprietary"
    }
  ]
}