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

: Polymorphic Form Example - JSON Representation

Raw json | Download


{
  "resourceType" : "SubstanceDefinition",
  "id" : "832f22b4-6f0c-41f8-9b7d-f26f55e9973c",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-polymorphic-form"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SubstanceDefinition</b><a name=\"832f22b4-6f0c-41f8-9b7d-f26f55e9973c\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SubstanceDefinition &quot;832f22b4-6f0c-41f8-9b7d-f26f55e9973c&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pqcmc-polymorphic-form.html\">Polymorphic Form</a></p></div><p><b>identifier</b>: DextroThyroxine</p><blockquote><p><b>structure</b></p><p><b>molecularFormula</b>: C15H10I4NO4.Na.H2O</p><blockquote><p><b>representation</b></p><p><b>type</b>: InChI File (small molecule) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C54683)</span></p><p><b>representation</b>: ANMYAHDLKVNJJO-CURYUGHLSA-M</p></blockquote><blockquote><p><b>representation</b></p><p><b>type</b>: SMILES <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C54684)</span></p><p><b>representation</b>: O.[Na+].N[C@H](CC1=CC(I)=C(OC2=CC(I)=C(O)C(I)=C2)C(I)=C1)C([O-])=O</p></blockquote><blockquote><p><b>representation</b></p><p><b>document</b>: <a href=\"Bundle-30536c0e-456c-4f90-9f02-da7be1d289e9.html#urn-uuid-0382d6b1-b656-4e9a-b5c8-9110c4d3f6b3\">urn:uuid:0382d6b1-b656-4e9a-b5c8-9110c4d3f6b3</a></p></blockquote></blockquote><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>0H00N2AHSP <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (gsrs.ncats.nih.gov#0H00N2AHSP)</span></td></tr></table><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td><td><b>Preferred</b></td></tr><tr><td style=\"display: none\">*</td><td>DEXTROTHYROXINE SODIUM</td><td>GSRS Preferred Term <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C203355)</span></td><td>true</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "DextroThyroxine"
    }
  ],
  "structure" : {
    "molecularFormula" : "C15H10I4NO4.Na.H2O",
    "representation" : [
      {
        "type" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
              "code" : "C54683",
              "display" : "InChI File (small molecule)"
            }
          ]
        },
        "representation" : "ANMYAHDLKVNJJO-CURYUGHLSA-M"
      },
      {
        "type" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
              "code" : "C54684",
              "display" : "SMILES"
            }
          ]
        },
        "representation" : "O.[Na+].N[C@H](CC1=CC(I)=C(OC2=CC(I)=C(O)C(I)=C2)C(I)=C1)C([O-])=O"
      },
      {
        "document" : {
          "reference" : "urn:uuid:0382d6b1-b656-4e9a-b5c8-9110c4d3f6b3"
        }
      }
    ]
  },
  "code" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://gsrs.ncats.nih.gov",
            "code" : "0H00N2AHSP"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "name" : "DEXTROTHYROXINE SODIUM",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
            "code" : "C203355",
            "display" : "GSRS Preferred Term"
          }
        ]
      },
      "preferred" : true
    }
  ]
}