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

FHIR IG Statistics: StructureDefinition/ext-ethnicity

Packageca.on.oh.mha-pds
TypeStructureDefinition
Idext-ethnicity
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ethnicity
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ethnicity
Version0.1.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameExtensionEthnicity
TitleExtension: Ethnicity
Realmca
Authorityhl7
DescriptionA code classifying the person's ethnic group or ethnicity as the category of people who identify with each other, usually on the basis of a presumed common genealogy or ancestry or on other similarities. This should not be confused with citizenship or nationality.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-mha-profile-patientMHA Patient Profile

Resources that this resource uses

ValueSet
EthnicityCodeEthnicity Code

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionExtension
... url 1..1uri"http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-ethnicity"
... value[x]:valueCoding 1..1CodingValue of extension
Binding: EthnicityCode (preferred): One of self-reported ethnic group codes representing the ethnicity concept and should not be confused with citizenship or nationality.


Example Example of the Ethnicity extension: {"system":"http://snomed.info/sct","code":"733446001","display":"Canadian (ethnic group)"}
.... system 1..1uriIdentity of the terminology system
.... code 1..1codeCode defining ethnicity concept
.... display 0..1stringOptional description of the ethnicity code

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-ethnicity",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ethnicity",
  "version": "0.1.0",
  "name": "ExtensionEthnicity",
  "title": "Extension: Ethnicity",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
        }
      ]
    }
  ],
  "description": "A code classifying the person's ethnic group or ethnicity as the category of people who identify with each other, usually on the basis of a presumed common genealogy or ancestry or on other similarities. This should not be confused with citizenship or nationality.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "A code classifying the person's ethnic group or ethnicity as the category of people who identify with each other, usually on the basis of a presumed common genealogy or ancestry or on other similarities.",
        "comment": "This attribute is based on the belief of the person or the person reporting the attribute, not on any formal analysis of genetic, geneological or historical relationships as these would need to be captured as observations.",
        "isModifier": false,
        "mapping": [
          {
            "identity": "HL7v2",
            "map": "PID.22 [Ethnic Group]",
            "comment": "This field further defines the patient's ancestry.  Refer to User-defined Table 0189 - Ethnic Group in Chapter 2C, Code Tables, for suggested values."
          },
          {
            "identity": "rim",
            "map": "Person.ethnicGroupCode",
            "comment": "A code classifying the person into a named category of humans sharing a common real or presumed heritage"
          },
          {
            "identity": "CDA",
            "map": "/ClinicalDocument/recordTarget/patientRole/patient/sdtc:ethnicGroupCode",
            "comment": "This CDA R2 SDTC ethnicGroupCode extension is used to record additional ethnicity groups for the recordTarget or subjectPerson"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ethnicity"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "Represents the self-reported ethnic group. This should not be confused with citizenship or nationality.",
          "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/EthnicityCode"
        }
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.system",
        "path": "Extension.value[x].coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.code",
        "path": "Extension.value[x].coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.display",
        "path": "Extension.value[x].coding.display",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}