FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/BasicPurposeVS

Packageihe.iti.pcf
TypeValueSet
IdBasicPurposeVS
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/PCF/https://build.fhir.org/ig/IHE/ITI.PCF/ValueSet-BasicPurposeVS.html
URLhttps://profiles.ihe.net/ITI/PCF/ValueSet/BasicPurposeVS
Version1.1.1-current
Statusactive
Date2024-10-21T22:01:31+00:00
NameBasicPurposeVS
TitleBasic Purpose ValueSet
Realmuv
Authorityihe
DescriptionValueSet of the PurposeOfUse minimally extensible by Basic Option

Resources that use this resource

StructureDefinition
IHE.PCF.consentBasicIHE PCF Explicit Basic Consent

Resources that this resource uses

CodeSystem
v3-ActReasonActReason
v3-ActReasonActReason

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet BasicPurposeVS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason
    CodeDisplayDefinition
    TREATtreatmentTo perform one or more operations on information for provision of health care.
    HPAYMThealthcare paymentTo perform one or more operations on information for conducting financial or contractual activities related to payment for provision of health care.
    HOPERAThealthcare operationsTo perform one or more operations on information used for conducting administrative and contractual activities related to the provision of health care.

Source

{
  "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": "2024-10-21T22:01:31+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"
          }
        ]
      }
    ]
  }
}