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

FHIR IG analytics

Packagelean.sa.fhir.core
Resource TypeCodeSystem
Idcodesystem-lean-patient-gender.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "lean-patient-gender-codesystem",
  "meta": {
    "source": "https://nhic.gov.sa/standards/Saudi-Health-Data-Dictionary-v2.pdf"
  },
  "url": "http://lean.sa/fhir/lean/core/CodeSystem/patient-gender",
  "version": "1.0.0",
  "name": "LeanPatientGenderCodeSystem",
  "title": "Gender codes (Saudi-Health-Data-Dictionary-v2 sex codes)",
  "status": "draft",
  "experimental": false,
  "publisher": "Lean Business Services",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@lean.sa"
        }
      ]
    }
  ],
  "description": "Saudi-Health-Data-Dictionary-v2.pdf defined gender codes. Use these along with Patient.gender element.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "A",
      "display": "Sex changed to Male"
    },
    {
      "code": "B",
      "display": "Sex changed to female"
    },
    {
      "code": "C",
      "display": "Not Completed"
    },
    {
      "code": "F",
      "display": "Female"
    },
    {
      "code": "M",
      "display": "Male"
    },
    {
      "code": "N",
      "display": "Undifferentiated"
    },
    {
      "code": "K",
      "display": "Unknown"
    },
    {
      "code": "U",
      "display": "Undetermined"
    }
  ]
}