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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeValueSet
Idadministrative-gender.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.0.3&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-genderAdministrativeGender

Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}