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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypeValueSet
IdValueSet-nppr-administrative-gender.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nppr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NPPR/ValueSet/nppr-administrative-gender
URLhttp://electronichealth.se/fhir/NPPR/ValueSet/nppr-administrative-gender
Version0.1
Statusactive
Namenppr-administrative-gender
TitleJuridiskt kön
Realmse
DescriptionAdministrative genders

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.nppr.r5#0.1.0-alphaNPPRPersonNPPRPerson

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0administrative-genderAdministrativeGender

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "nppr-administrative-gender",
  "id": "nppr-administrative-gender",
  "title": "Juridiskt kön",
  "description": "Administrative genders",
  "url": "http://electronichealth.se/fhir/NPPR/ValueSet/nppr-administrative-gender",
  "version": "0.1",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "concept": [
          {
            "code": "female",
            "display": "Kvinna"
          },
          {
            "code": "male",
            "display": "Man"
          }
        ]
      }
    ]
  }
}