FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/polymer-monomer-ratio-type (JSON)

Responsible Owner: Biomedical Research and Regulation Work GroupStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemPolymerMonomerRatioTypeExample

{
  "resourceType" : "CodeSystem",
  "id" : "polymer-monomer-ratio-type",
  "meta" : {
    "lastUpdated" : "2026-06-23T16:20:19.822+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem polymer-monomer-ratio-type</b></p><a name=\"polymer-monomer-ratio-type\"> </a><a name=\"hcpolymer-monomer-ratio-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/polymer-monomer-ratio-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\">monomer-polymer-ratio<a name=\"polymer-monomer-ratio-type-monomer-polymer-ratio\"> </a></td><td>Monomer/Polymer ratio</td><td>Ratio of monomer units to polymer.</td></tr><tr><td style=\"white-space:nowrap\">sru-polymer-ratio<a name=\"polymer-monomer-ratio-type-sru-polymer-ratio\"> </a></td><td>SRU/Polymer ratio</td><td>Ratio of structural repeat units to polymer.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "brr"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/polymer-monomer-ratio-type",
  "version" : "6.0.0-ballot4",
  "name" : "PolymerMonomerRatioTypeExample",
  "title" : "Polymer Monomer Ratio Type",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-06-19",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Captures the type of ratio of monomer/repeat units to the entire polymer.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/polymer-monomer-ratio-type",
  "content" : "complete",
  "concept" : [{
    "code" : "monomer-polymer-ratio",
    "display" : "Monomer/Polymer ratio",
    "definition" : "Ratio of monomer units to polymer."
  },
  {
    "code" : "sru-polymer-ratio",
    "display" : "SRU/Polymer ratio",
    "definition" : "Ratio of structural repeat units to polymer."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.