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