FHIR IG Statistics: ValueSet/ValueSet-yes-no-not-applicable
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
version: versionId: id (PrimitiveType/ValueSet.meta.versionId): native = id -> 1; Last updated: 2023-08-29 04:20:12+0000
This value set includes codes based on the following rules:
Source
{
"resourceType": "ValueSet",
"id": "ValueSet-yes-no-not-applicable",
"meta": {
"versionId": "1",
"lastUpdated": "2023-08-29T04:20:12.649Z"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/QRPH/bfdr/ValueSet/ValueSet-yes-no-not-applicable",
"version": "1.1.0",
"name": "ValueSetYesNoNotApplicable",
"title": "ValueSet - Yes No NotApplicable",
"status": "active",
"experimental": false,
"date": "2024-07-09T14:11:31+00:00",
"publisher": "IHE International",
"contact": [
{
"name": "IHE Quality, Research and Public Health Committee",
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health"
}
]
}
],
"description": "Valueset with Yes, No, and Not Applicable.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
"concept": [
{
"code": "Y",
"display": "Yes"
},
{
"code": "N",
"display": "No"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"concept": [
{
"code": "NA",
"display": "not applicable"
}
]
}
]
}
}