RareLink Implementation Guide
2.0.0 - 2.0.0

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

: Family Member Sex Value Set - JSON Representation

Draft as of 2025-05-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "family-sex-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet family-sex-vs</b></p><a name=\"family-sex-vs\"> </a><a name=\"hcfamily-sex-vs\"> </a><a name=\"family-sex-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/248152002\">248152002</a></td><td>Female</td></tr><tr><td><a href=\"http://snomed.info/id/248153007\">248153007</a></td><td>Male</td></tr><tr><td><a href=\"http://snomed.info/id/184115007\">184115007</a></td><td>Patient sex unknown</td></tr><tr><td><a href=\"http://snomed.info/id/32570691000036108\">32570691000036108</a></td><td>Intersex</td></tr><tr><td><a href=\"http://snomed.info/id/1220561009\">1220561009</a></td><td>Not recorded</td></tr></table></li></ul></div>"
  },
  "url" : "https://rarelink.bih-charite.de/fhir/ValueSet/family-sex-vs",
  "version" : "2.0.0",
  "name" : "FamilySexVS",
  "title" : "Family Member Sex Value Set",
  "status" : "draft",
  "date" : "2025-05-12T08:03:20+00:00",
  "publisher" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
  "contact" : [
    {
      "name" : "Berlin Institute of Health - Charité Universitätsmedizin Berlin",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/BIH-CEI/RareLink"
        },
        {
          "system" : "email",
          "value" : "adam.graefe@charite.de"
        }
      ]
    }
  ],
  "description" : "Value set for capturing the sex of a family member.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "248152002",
            "display" : "Female"
          },
          {
            "code" : "248153007",
            "display" : "Male"
          },
          {
            "code" : "184115007",
            "display" : "Patient sex unknown"
          },
          {
            "code" : "32570691000036108",
            "display" : "Intersex"
          },
          {
            "code" : "1220561009",
            "display" : "Not recorded"
          }
        ]
      }
    ]
  }
}