FHIR IG Statistics: ValueSet/race
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED 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"
}
]
}
]
}
}