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 - JSON Representation

Draft as of 2024-07-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "TypeOfBirthCS",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/type-of-birth-cs",
  "version" : "0.1.0",
  "name" : "TypeOfBirthCS",
  "title" : "Type of brith",
  "status" : "draft",
  "date" : "2024-07-09T08:29:52+00:00",
  "publisher" : "SwissTPH",
  "contact" : [
    {
      "name" : "SwissTPH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://swisstph-mic.ch"
        }
      ]
    }
  ],
  "description" : "Type of birth Code System to capture type of birth",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "single",
      "display" : "Single"
    },
    {
      "code" : "twin",
      "display" : "Twin"
    },
    {
      "code" : "triplet",
      "display" : "Triplet"
    },
    {
      "code" : "quadruplet",
      "display" : "Quadruplet"
    },
    {
      "code" : "multiple",
      "display" : "Higher multiple"
    }
  ]
}