{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "nppr-patient-gender",
  "id": "nppr-patient-gender",
  "title": "Kön på patient",
  "description": "Genders of patient",
  "url": "http://electronichealth.se/fhir/NPPR/ValueSet/nppr-patient-gender",
  "version": "0.1",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "concept": [
          {
            "code": "female",
            "display": "Kvinna"
          },
          {
            "code": "unknown",
            "display": "Okänt"
          },
          {
            "code": "male",
            "display": "Man"
          }
        ]
      }
    ]
  }
}