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

FHIR IG Statistics: ValueSet/race

Packageca.on.oh.mha.pds
Resource TypeValueSet
Idrace
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/mha-race
URLhttp://ontariohealth.ca/fhir/ValueSet/mha-race
Version1.0.0
Statusdraft
NameRace
TitleRace
Realmca
Authoritynational
DescriptionA code that represents the race of the person

Resources that use this resource

StructureDefinition
ca-on-mha-profile-Observation-raceObservationRace
ca-on-mha-profile-Observation-racial-groupObservationRacialGroup

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "race",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mha-race",
  "version": "1.0.0",
  "name": "Race",
  "title": "Race",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "A code that represents the race of the person",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "413464008",
            "display": "Black"
          },
          {
            "code": "24171000087107",
            "display": "East Asian or Southeast Asian"
          },
          {
            "code": "26641000087103",
            "display": "Latin American"
          },
          {
            "code": "26651000087100",
            "display": "Middle Eastern"
          },
          {
            "code": "24191000087106",
            "display": "South Asian"
          },
          {
            "code": "413773004",
            "display": "Race: White"
          }
        ]
      }
    ]
  }
}