FHIR IG analytics| Package | lean.sa.fhir.core |
| Resource Type | CodeSystem |
| Id | codesystem-lean-patient-gender.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}