Pharmaceutical Quality (Industry)
1.0.0-ballot - ballot International flag

This page is part of the Pharmaceutical Quality (Industry) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: CodeSystem - Plan Type - JSON Representation

Active as of 2023-12-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-planType-local-pq",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-planType-local-pq</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\">analytical-procedure<a name=\"cs-planType-local-pq-analytical-procedure\"> </a></td><td>Analytical Procedure</td></tr><tr><td style=\"white-space:nowrap\">manufacturing-process<a name=\"cs-planType-local-pq-manufacturing-process\"> </a></td><td>Manufacturing Process</td></tr><tr><td style=\"white-space:nowrap\">process-validation<a name=\"cs-planType-local-pq-process-validation\"> </a></td><td>Process Validation</td></tr><tr><td style=\"white-space:nowrap\">container-specification<a name=\"cs-planType-local-pq-container-specification\"> </a></td><td>Container Specification</td></tr><tr><td style=\"white-space:nowrap\">product-compatibility<a name=\"cs-planType-local-pq-product-compatibility\"> </a></td><td>Product Compatibility</td></tr><tr><td style=\"white-space:nowrap\">elucidation-of-structure<a name=\"cs-planType-local-pq-elucidation-of-structure\"> </a></td><td>Elucidation of Structure</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "brr"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-planType-local-pq",
  "version" : "1.0.0-ballot",
  "name" : "CsPlanTypePQ",
  "title" : "CodeSystem - Plan Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-18T16:00:45+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"
        }
      ]
    }
  ],
  "description" : "This code system contains example codes for plan type in PQ.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ],
      "text" : "World"
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "analytical-procedure",
      "display" : "Analytical Procedure"
    },
    {
      "code" : "manufacturing-process",
      "display" : "Manufacturing Process"
    },
    {
      "code" : "process-validation",
      "display" : "Process Validation"
    },
    {
      "code" : "container-specification",
      "display" : "Container Specification"
    },
    {
      "code" : "product-compatibility",
      "display" : "Product Compatibility"
    },
    {
      "code" : "elucidation-of-structure",
      "display" : "Elucidation of Structure"
    }
  ]
}