FHIR IG analytics| Package | johnmoehrke.testexclusion.example |
| Resource Type | ValueSet |
| Id | ValueSet-UsefulBunchOfCodesVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/JohnMoehrke/testExclusion/ValueSet-UsefulBunchOfCodesVS.html |
| URL | http://johnmoehrke.github.io/testexclusion/ValueSet/UsefulBunchOfCodesVS |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-29T13:01:28+00:00 |
| Name | UsefulBunchOfCodesVS |
| Title | Example ValueSet including useful codes from BunchOfCodesCS |
| Realm | uv |
| Description | Example ValueSet including useful codes from BunchOfCodesCS for completeness sake. No actual use of this ValueSet other than an example. This valueSet should not have codes that are not useful. Specifically should not have Code2. |
No resources found
| CodeSystem | ||
| johnmoehrke.testexclusion.example#current | BunchOfCodesCS | Example CodeSystem with a bunch of codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet UsefulBunchOfCodesVS
This value set includes codes based on the following rules:
http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS version 📦0.1.0This value set excludes codes based on the following rules:
http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS version 📦0.1.0 where useful = false{
"resourceType": "ValueSet",
"id": "UsefulBunchOfCodesVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://johnmoehrke.github.io/testexclusion/ValueSet/UsefulBunchOfCodesVS",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.999.67.67.67.6.7.48.3"
}
],
"version": "0.1.0",
"name": "UsefulBunchOfCodesVS",
"title": "Example ValueSet including useful codes from BunchOfCodesCS",
"status": "active",
"experimental": false,
"date": "2026-06-29T13:01:28+00:00",
"publisher": "John Moehrke (himself)",
"contact": [
{
"name": "John Moehrke (himself)",
"telecom": [
{
"system": "url",
"value": "http://healthcaresecprivacy.blogspot.com"
},
{
"system": "email",
"value": "JohnMoehrke@gmail.com"
}
]
}
],
"description": "Example ValueSet including useful codes from BunchOfCodesCS for completeness sake. No actual use of this ValueSet other than an example.\n\nThis valueSet should not have codes that are not useful. Specifically should not have Code2.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS"
}
],
"exclude": [
{
"system": "http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS",
"filter": [
{
"property": "useful",
"op": "=",
"value": "false"
}
]
}
]
}
}