FHIR IG analytics
| Package | ihe.iti.pcf |
| Resource Type | ValueSet |
| Id | ValueSet-BasicPurposeVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IHE/ITI.PCF/ValueSet-BasicPurposeVS.html |
| URL | https://profiles.ihe.net/ITI/PCF/ValueSet/BasicPurposeVS |
| Version | 1.1.1-current |
| Status | active |
| Date | 2025-10-07T18:28:24+00:00 |
| Name | BasicPurposeVS |
| Title | Basic Purpose ValueSet |
| Realm | uv |
| Authority | ihe |
| Description | ValueSet of the PurposeOfUse minimally extensible by Basic Option |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActReason version 📦3.1.0| Code | Display | Definition |
| TREAT | treatment | To perform one or more operations on information for provision of health care. |
| HPAYMT | healthcare payment | To perform one or more operations on information for conducting financial or contractual activities related to payment for provision of health care. |
| HOPERAT | healthcare operations | To perform one or more operations on information used for conducting administrative and contractual activities related to the provision of health care. |
Source1
{
"resourceType": "ValueSet",
"id": "BasicPurposeVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/ITI/PCF/ValueSet/BasicPurposeVS",
"version": "1.1.1-current",
"name": "BasicPurposeVS",
"title": "Basic Purpose ValueSet",
"status": "active",
"experimental": false,
"date": "2025-10-07T18:28:24+00:00",
"publisher": "IHE IT Infrastructure Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
},
{
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
}
],
"description": "ValueSet of the PurposeOfUse minimally extensible by Basic Option",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"concept": [
{
"code": "TREAT"
},
{
"code": "HPAYMT"
},
{
"code": "HOPERAT"
}
]
}
]
}
}