Example CRVS Implementation Guide
0.1.0 - ci-build

Example CRVS Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Type of brith - XML Representation

Draft as of 2024-07-09

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="TypeOfBirthCS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem TypeOfBirthCS</b></p><a name="TypeOfBirthCS"> </a><a name="hcTypeOfBirthCS"> </a><a name="hcTypeOfBirthCS-en-US"> </a><p>This  code system <code>http://terminology.hl7.org/CodeSystem/type-of-birth-cs</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">single<a name="TypeOfBirthCS-single"> </a></td><td>Single</td></tr><tr><td style="white-space:nowrap">twin<a name="TypeOfBirthCS-twin"> </a></td><td>Twin</td></tr><tr><td style="white-space:nowrap">triplet<a name="TypeOfBirthCS-triplet"> </a></td><td>Triplet</td></tr><tr><td style="white-space:nowrap">quadruplet<a name="TypeOfBirthCS-quadruplet"> </a></td><td>Quadruplet</td></tr><tr><td style="white-space:nowrap">multiple<a name="TypeOfBirthCS-multiple"> </a></td><td>Higher multiple</td></tr></table></div>
  </text>
  <url value="http://terminology.hl7.org/CodeSystem/type-of-birth-cs"/>
  <version value="0.1.0"/>
  <name value="TypeOfBirthCS"/>
  <title value="Type of brith"/>
  <status value="draft"/>
  <date value="2024-07-09T08:29:52+00:00"/>
  <publisher value="SwissTPH"/>
  <contact>
    <name value="SwissTPH"/>
    <telecom>
      <system value="url"/>
      <value value="https://swisstph-mic.ch"/>
    </telecom>
  </contact>
  <description value="Type of birth Code System to capture type of birth"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="single"/>
    <display value="Single"/>
  </concept>
  <concept>
    <code value="twin"/>
    <display value="Twin"/>
  </concept>
  <concept>
    <code value="triplet"/>
    <display value="Triplet"/>
  </concept>
  <concept>
    <code value="quadruplet"/>
    <display value="Quadruplet"/>
  </concept>
  <concept>
    <code value="multiple"/>
    <display value="Higher multiple"/>
  </concept>
</CodeSystem>