ValueSetAdministrativeGender (MY Core)
<ValueSet xmlns="http://hl7.org/fhir"> <id value="value-set-administrative-gender-my-core" /> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <url value="http://fhir.hie.moh.gov.my/ValueSet/administrative-gender-my-core" /> <name value="ValueSetAdministrativeGenderMyCore" /> <title value="ValueSetAdministrativeGender (MY Core)" /> <status value="active" /> <date value="2024-02-12T04:04:09.5621857+00:00" /> <description value="Administrative gender in Malaysia" /> <compose> <include> <system value="http://hl7.org/fhir/administrative-gender" /> <concept> <code value="male" /> <display value="Male" /> </concept> <concept> <code value="female" /> <display value="Female" /> </concept> <concept> <code value="other" /> <display value="Undetermined" /> </concept> <concept> <code value="unknown" /> <display value="Unknown" /> </concept> </include> </compose> </ValueSet>
{ "resourceType": "ValueSet", "id": "value-set-administrative-gender-my-core", "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "url": "http://fhir.hie.moh.gov.my/ValueSet/administrative-gender-my-core", "name": "ValueSetAdministrativeGenderMyCore", "title": "ValueSetAdministrativeGender (MY Core)", "status": "active", "date": "2024-02-12T04:04:09.5621857+00:00", "description": "Administrative gender in Malaysia", "compose": { "include": [ { "system": "http://hl7.org/fhir/administrative-gender", "concept": [ { "code": "male", "display": "Male" }, { "code": "female", "display": "Female" }, { "code": "other", "display": "Undetermined" }, { "code": "unknown", "display": "Unknown" } ] } ] } }
ValueSet 'ValueSetAdministrativeGenderMyCore'
Status | Active (since 2024-02-12T04:04:09.5621857+00:00) |
Administrative gender in Malaysia
This value set includes codes from the following code systems:
The following codes from system: AdministrativeGender
Code Display male Male female Female other Undetermined unknown Unknown
Defining URL: http://fhir.hie.moh.gov.my/ValueSet/administrative-gender-my-core
This value set is used in the following places:
Patient (MY Core): Patient.gender (CodeableConcept / [required)
Practitioner (MY Core): Practitioner.gender (CodeableConcept / required)