FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/administrative-gender-ab

Packageca.ab.fhir.psab
Resource TypeValueSet
Idadministrative-gender-ab
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.ab.fhir.psab@1.1.0&canonical=https://www.alberta.ca/fhir/ValueSet/administrative-gender-ab
URLhttps://www.alberta.ca/fhir/ValueSet/administrative-gender-ab
Version1.1.0
Statusdraft
Date2024-06-25
NameAdministrativeGender_AB
TitleAdministrativeGender_AB
Realmca
Authorityhl7
DescriptionAdministrativeGender_AB

Resources that use this resource

StructureDefinition
PatientABeReCPatient (AB-eReC)
PatientPSABPatient (PS-AB)

Resources that this resource uses

CodeSystem
v2-0001administrativeSex
administrative-gender-abAdministrativeGender_AB

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "administrative-gender-ab",
  "url": "https://www.alberta.ca/fhir/ValueSet/administrative-gender-ab",
  "version": "1.1.0",
  "name": "AdministrativeGender_AB",
  "title": "AdministrativeGender_AB",
  "status": "draft",
  "date": "2024-06-25",
  "publisher": "Alberta Health",
  "contact": [
    {
      "name": "Alberta Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://alberta.ca/hisca",
          "use": "work"
        },
        {
          "system": "email",
          "value": "hisca@gov.ab.ca",
          "use": "work"
        }
      ]
    }
  ],
  "description": "AdministrativeGender_AB",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.alberta.ca/fhir/CodeSystem/administrative-gender-ab",
        "concept": [
          {
            "code": "I",
            "display": "Inderminate"
          },
          {
            "code": "X",
            "display": "Gender X"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0001",
        "concept": [
          {
            "code": "F",
            "display": "Female"
          },
          {
            "code": "M",
            "display": "Male"
          },
          {
            "code": "O",
            "display": "Other"
          },
          {
            "code": "U",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}