FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| ValueSet |
| v2-0136 | hl7VS-yes-no-Indicator |
Narrative
Note: links and images are rebased to the (stated) source
This value set expansion contains 4 concepts.
| System | Code | Display | Definition |
http://terminology.hl7.org/CodeSystem/v2-0136 | Y | Yes | |
http://terminology.hl7.org/CodeSystem/v2-0136 | N | No | |
http://terminology.hl7.org/CodeSystem/data-absent-reason | not-asked | Not Asked | The workflow didn't lead to this value being known. |
http://terminology.hl7.org/CodeSystem/data-absent-reason | asked-declined | Asked But Declined | The source was asked but declined to answer. |
Source1
{
"resourceType": "ValueSet",
"id": "aboriginalidentityindicator",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.infoway-inforoute.ca/ValueSet/aboriginalidentityindicator",
"version": "1.2.0",
"name": "AboriginalIdentityIndicator",
"title": "Aboriginal Identity Indicator",
"status": "draft",
"experimental": false,
"date": "2020-09-15",
"publisher": "HL7 Canada - FHIR Implementation Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
}
]
}
],
"description": "Represents the self identity as an Aboriginal Person",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"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"
}
]
}
}