FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeValueSet
IdRace-vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mha.pds@2.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ValueSet/mha-race
URLhttp://ontariohealth.ca/fhir/ValueSet/mha-race
Version1.0.0
Statusactive
NameRace
TitleRace
DescriptionA code that represents the race of the person

Resources that use this resource

StructureDefinition
ca.on.mha.pds#2.0.0-snapshot10ca-on-mha-profile-observation-racial-groupObservationRacialGroup
ca.on.oh.mha.pds#2.0.0-alpha-preview-0.1ca-on-mha-profile-Observation-raceObservationRace

Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "race",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mha-race",
  "version": "1.0.0",
  "name": "Race",
  "title": "Race",
  "status": "active",
  "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": "26621000087107",
            "display": "East Asian"
          },
          {
            "code": "26641000087103",
            "display": "Latin American"
          },
          {
            "code": "26651000087100",
            "display": "Middle Eastern"
          },
          {
            "code": "24191000087106",
            "display": "South Asian"
          },
          {
            "code": "26661000087102",
            "display": "Southeast Asian"
          },
          {
            "code": "413773004",
            "display": "Race: White"
          }
        ]
      }
    ]
  }
}