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

FHIR IG Statistics: ValueSet/administrative-gender

Packagepoc.bonsai.current
Resource TypeValueSet
Idadministrative-gender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/administrative-gender
URLhttp://electronichealth.se/fhir/ValueSet/administrative-gender
Version1.0.0
Statusactive
Date2022-02-18T00:00:00+01:00
Nameadministrative-gender
TitleKön
DescriptionJuridiskt kön

Resources that use this resource

StructureDefinition
NLLPatientNLLPatient

Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "administrative-gender",
  "meta": {
    "lastUpdated": "2022-03-09T06:48:39.583+00:00",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/administrative-gender",
  "version": "1.0.0",
  "name": "administrative-gender",
  "title": "Kön",
  "status": "active",
  "date": "2022-02-18T00:00:00+01:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Juridiskt kön",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "version": "4.0.1",
        "concept": [
          {
            "code": "male",
            "display": "Man"
          },
          {
            "code": "female",
            "display": "Kvinna"
          },
          {
            "code": "unknown",
            "display": "Okänd"
          }
        ]
      }
    ]
  }
}