FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeValueSet
IdValueSet-vs-ehealth-consent-provision-class.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-vs-ehealth-consent-provision-class.html
URLhttp://ehealth.sundhed.dk/vs/ehealth-consent-provision-class
Version8.0.0
Statusactive
Date2025-12-16T00:00:00+00:00
NameConsentProvisionClass
TitleConsent Provision Class
Realmdk
DescriptionValue set of provision class for consent.

Resources that use this resource

StructureDefinition
ehealth-consentehealth-consent

Resources that this resource uses

CodeSystem
resource-typesResource Type

Narrative

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

Generated Narrative: ValueSet vs-ehealth-consent-provision-class

  • Include these codes as defined in http://hl7.org/fhir/resource-types version 📦8.0.0
    CodeDisplayDefinition
    ClinicalImpressionClinicalImpressionA record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.

Source1

{
  "resourceType": "ValueSet",
  "id": "vs-ehealth-consent-provision-class",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/ehealth-consent-provision-class",
  "version": "8.0.0",
  "name": "ConsentProvisionClass",
  "title": "Consent Provision Class",
  "status": "active",
  "experimental": false,
  "date": "2025-12-16T00:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Value set of provision class for consent.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "concept": [
          {
            "code": "ClinicalImpression"
          }
        ]
      }
    ]
  }
}