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-patient-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-patient-gender
URLhttp://electronichealth.se/fhir/NPPR/ValueSet/nppr-patient-gender
Version0.1
Statusactive
Namenppr-patient-gender
TitleKön på patient
Realmse
DescriptionGender of patient

Resources that use this resource

No resources found


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-patient-gender",
  "id": "nppr-patient-gender",
  "title": "Kön på patient",
  "description": "Gender 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"
          }
        ]
      }
    ]
  }
}