Pharmaceutical Quality - Chemistry, Manufacturing and Controls (PQ-CMC) Submissions to FDA
1.1.6 - Reconciliation + Stage 2 Connectathon United States of America flag

Pharmaceutical Quality - Chemistry, Manufacturing and Controls (PQ-CMC) Submissions to FDA, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.1.6 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-fda/ and changes regularly. See the Directory of published versions

: Structure Data Types - JSON Representation

Draft as of 2024-09-22

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "pqcmc-structure-data-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pqcmc-structure-data-types</b></p><a name=\"pqcmc-structure-data-types\"> </a><a name=\"hcpqcmc-structure-data-types\"> </a><a name=\"pqcmc-structure-data-types-en-US\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>application/x-mdl-sdfile</td><td>Structure-Data File (.sdf)</td></tr><tr><td>application/x-mdl-molfile</td><td>Molfile (.mol)</td></tr><tr><td>application/x-cif</td><td>Crystallographic Information File (.cif)</td></tr><tr><td>application/x-inchi</td><td>IUPAC International Chemical Identifier (.inchi)</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "brr"
    }
  ],
  "url" : "http://hl7.org/fhir/us/pq-cmc-fda/ValueSet/pqcmc-structure-data-types",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.36.48.40"
    }
  ],
  "version" : "1.1.6",
  "name" : "PqcmcStructureDataTypes",
  "title" : "Structure Data Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-22T04:28:19+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" : "The acceptable file types that can be used in Structure Data Files (MOL,SDF,INCHI,etc)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:bcp:13",
        "concept" : [
          {
            "code" : "application/x-mdl-sdfile",
            "display" : "Structure-Data File (.sdf)"
          },
          {
            "code" : "application/x-mdl-molfile",
            "display" : "Molfile (.mol)"
          },
          {
            "code" : "application/x-cif",
            "display" : "Crystallographic Information File (.cif)"
          },
          {
            "code" : "application/x-inchi",
            "display" : "IUPAC International Chemical Identifier (.inchi)"
          }
        ]
      }
    ]
  }
}