FHIR IG Statistics: StructureDefinition/ext-aboriginalidentityindicator
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "ext-aboriginalidentityindicator",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-aboriginalidentityindicator",
"version": "0.2.0",
"name": "ExtensionAboriginalIdentityIndicator",
"title": "Extension: Aboriginal Identity Indicator",
"status": "draft",
"date": "2023-12-15",
"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 self identity as an aboriginal person",
"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 self identity as an aboriginal person.",
"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.",
"min": 0,
"max": "1",
"isModifier": false
},
{
"id": "Extension.url",
"path": "Extension.url",
"min": 1,
"max": "1",
"fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-aboriginalidentityindicator"
},
{
"id": "Extension.valueCoding",
"path": "Extension.valueCoding",
"definition": "Concepts classifying the person as an aboriginal sharing common history, traits or geographical origin",
"min": 1,
"max": "1",
"binding": {
"strength": "preferred",
"description": "One of [self-reported codes](https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator) identity as an aboriginal person",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator"
}
},
{
"id": "Extension.valueCoding.system",
"path": "Extension.valueCoding.system",
"short": "Identity of the terminology system",
"min": 1
},
{
"id": "Extension.valueCoding.code",
"path": "Extension.valueCoding.code",
"short": "Code defining aboriginal identity indicator concept",
"definition": "One of [self-reported codes](https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator) identity as an aboriginal person",
"min": 1
},
{
"id": "Extension.valueCoding.display",
"path": "Extension.valueCoding.display",
"short": "Optional description of the aboriginal identity indicator code",
"definition": "Plain text representation of the aboriginal identity indicator concept"
}
]
}
}