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

FHIR IG analytics

Packagehl7.fhir.ca.baseline
Resource TypeValueSet
Idvalueset-aboriginalidentityindicator.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.2.0&canonical=https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator
URLhttps://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator
Statusdraft
Date2020-09-15
NameAboriginalIdentityIndicator
TitleAboriginal Identity Indicator
Realmca
Authorityhl7
DescriptionRepresents the self identity as an Aboriginal Person

Resources that use this resource

StructureDefinition
hl7.fhir.ca.baseline#1.2.0ext-aboriginalidentityindicatorExtension: Aboriginal Identity Indicator

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentdata-absent-reasonDataAbsentReason
hl7.fhir.uv.xver-r4.r4b#0.1.0v2-0136v2 Y/N Indicator
ValueSet
hl7.terminology#currentv2-0136hl7VS-yes-no-Indicator

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "aboriginalidentityindicator",
  "url": "https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator",
  "name": "AboriginalIdentityIndicator",
  "title": "Aboriginal Identity Indicator",
  "status": "draft",
  "experimental": false,
  "date": "2020-09-15",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "description": "Represents the self identity as an Aboriginal Person",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://terminology.hl7.org/ValueSet/v2-0136"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "not-asked",
            "display": "Not Asked"
          },
          {
            "code": "asked-declined",
            "display": "Asked But Declined"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2020-09-15T10:00:00Z",
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code": "Y",
        "display": "Yes"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "code": "N",
        "display": "No"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-asked",
        "display": "Not Asked"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "asked-declined",
        "display": "Asked But Declined"
      }
    ]
  }
}