FHIR IG analytics
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://hl7.org/fhir/resource-types version 📦8.0.0| Code | Display | Definition |
| ClinicalImpression | ClinicalImpression | A 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"
}
]
}
]
}
}