Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sex Codesystem - JSON Representation

Active as of 2025-05-28

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "Sex",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Sex</b></p><a name=\"Sex\"> </a><a name=\"hcSex\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/Sex</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\">0<a name=\"Sex-0\"> </a></td><td>Male</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"Sex-1\"> </a></td><td>Female</td><td>Input at item 1</td></tr></table></div>"
  },
  "url" : "https://www.retention-project.eu/ig/CodeSystem/Sex",
  "version" : "2.0.0",
  "name" : "Sex",
  "title" : "Sex Codesystem",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-05-28T12:00:00+00:00",
  "publisher" : "ICCS",
  "description" : "Code system with input values for Sex",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "0",
      "display" : "Male",
      "definition" : "Input at item 0"
    },
    {
      "code" : "1",
      "display" : "Female",
      "definition" : "Input at item 1"
    }
  ]
}