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

FHIR IG Statistics: ValueSet/olis-AdministrativeGender

Packageca.on.oh-olis
Resource TypeValueSet
Idolis-AdministrativeGender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-administrative-gender
URLhttp://ehealthontario.ca/fhir/ValueSet/ca-on-lab-administrative-gender
Version1.0.0
Statusactive
NameAdministrativeGender
Authorityhl7
DescriptionThe gender of a person used for administrative purposes. This is strict sub-set of the core FHIR value set.

Resources that use this resource

StructureDefinition
ca-on-lab-profile-PatientPatient

Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "olis-AdministrativeGender",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-administrative-gender",
  "version": "1.0.0",
  "name": "AdministrativeGender",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "The gender of a person used for administrative purposes. This is strict sub-set of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "concept": [
          {
            "code": "female",
            "display": "Female"
          },
          {
            "code": "male",
            "display": "Male"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}