FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| dk.ehealth.sundhed.fhir.ig.core#current | data-absent-reason | DataAbsentReason |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | v2-0136 | v2 Y/N Indicator |
| ValueSet |
| hl7.terminology#current | v2-0136 | hl7VS-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"
}
]
}
}