FHIR IG analytics| Package | johnmoehrke.testexclusion.example |
| Resource Type | ValueSet |
| Id | ValueSet-ExclusionCodesVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/JohnMoehrke/testExclusion/ValueSet-ExclusionCodesVS.html |
| URL | http://johnmoehrke.github.io/testexclusion/ValueSet/ExclusionCodesVS |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-29T13:01:28+00:00 |
| Name | ExclusionCodesVS |
| Title | Example Exclusion Codes ValueSet |
| Realm | uv |
| Description | Example ValueSet for exclusion codes for completeness sake. No actual use of this ValueSet other than an example. This one is expanding from THO, excluding those that are not selectable. So this should NOT have _ActAccommodationReason. |
No resources found
| CodeSystem | ||
| hl7.terminology#current | v3-ActReason | ActReason |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ExclusionCodesVS
This value set includes codes based on the following rules:
http://terminology.hl7.org/CodeSystem/v3-ActReason version 📦4.0.0This value set excludes codes based on the following rules:
http://terminology.hl7.org/CodeSystem/v3-ActReason version 📦4.0.0 where notSelectable = true{
"resourceType": "ValueSet",
"id": "ExclusionCodesVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://johnmoehrke.github.io/testexclusion/ValueSet/ExclusionCodesVS",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.999.67.67.67.6.7.48.2"
}
],
"version": "0.1.0",
"name": "ExclusionCodesVS",
"title": "Example Exclusion Codes ValueSet",
"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 for exclusion codes for completeness sake. No actual use of this ValueSet other than an example.\n\nThis one is expanding from THO, excluding those that are not selectable. So this should NOT have _ActAccommodationReason.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason"
}
],
"exclude": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"filter": [
{
"property": "notSelectable",
"op": "=",
"value": "true"
}
]
}
]
}
}