FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/administrative-gender

Packagelogex.internal.fhir.profiles
Resource TypeValueSet
Idadministrative-gender
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/ValueSet/administrative-gender
URLhttp://mrdm.nl/fhir/ValueSet/administrative-gender
Version0.0.1
Statusdraft
Date2023-04-21T14:41:40.4069685+00:00
Nameadministrative-gender

Resources that use this resource

ConceptMap
administrative-genderConceptMap administrative gender

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "administrative-gender",
  "url": "http://mrdm.nl/fhir/ValueSet/administrative-gender",
  "version": "0.0.1",
  "name": "administrative-gender",
  "status": "draft",
  "date": "2023-04-21T14:41:40.4069685+00:00",
  "publisher": "MRDM",
  "contact": [
    {
      "name": "MRDM helpdesk",
      "telecom": [
        {
          "system": "email",
          "value": "info@mrdm.nl"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "2.16.840.1.113883.2.4.3.11.60.40.2.0.1.1--20171231000000",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          },
          {
            "code": "UN",
            "display": "Undifferentiated"
          },
          {
            "code": "M",
            "display": "Male"
          },
          {
            "code": "F",
            "display": "Female"
          }
        ]
      }
    ]
  }
}