FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagegender
Resource TypeCodeSystem
IdCodeSystem-AdministrativeGender.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/frankoemig/gender/CodeSystem-AdministrativeGender.html
URLhttp://gender.oemig.de/fhir/CodeSystem/AdministrativeGender
Version0.1.0
Statusactive
Date2024-04-16
NameAdministrativeGenderCS
TitleAdministrative Gender
DescriptionThe original definition is **administrative gender**. The meaning is 'with whom you want to lie in a room'.
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
gender#currentAdministrativeGenderAdministrative Gender

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem AdministrativeGender

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
commentcommenthttp://hl7.org/fhir/concept-properties#commentstringComment

Concepts

This case-insensitive code system http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitioncomment
male männlichwith other male patients
female weiblichwith other female patients
alone alonelying alone in a roomunclear situation so that the patient should lie alone

Source1

{
  "resourceType": "CodeSystem",
  "id": "AdministrativeGender",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://gender.oemig.de/fhir/CodeSystem/AdministrativeGender",
  "version": "0.1.0",
  "name": "AdministrativeGenderCS",
  "title": "Administrative Gender",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "The original definition is **administrative gender**.\nThe meaning is 'with whom you want to lie in a room'.",
  "copyright": "FO",
  "caseSensitive": false,
  "valueSet": "http://gender.oemig.de/fhir/ValueSet/AdministrativeGender",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 3,
  "property": [
    {
      "code": "comment",
      "uri": "http://hl7.org/fhir/concept-properties#comment",
      "description": "Comment",
      "type": "string"
    }
  ],
  "concept": [
    {
      "code": "male",
      "display": "männlich",
      "definition": "with other male patients"
    },
    {
      "code": "female",
      "display": "weiblich",
      "definition": "with other female patients"
    },
    {
      "code": "alone",
      "display": "alone",
      "definition": "lying alone in a room",
      "property": [
        {
          "code": "comment",
          "valueString": "unclear situation so that the patient should lie alone"
        }
      ]
    }
  ]
}