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

FHIR IG analytics

Packagehl7.eu.terminology.ehdsi
Resource TypeValueSet
IdValueSet-eHDSICertainty-8.1.0.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/EHDSI-Terminology-package/ValueSet-eHDSICertainty-8.1.0.html
URLhttp://terminology.ehdsi.eu/ValueSet/eHDSICertainty
Version0.2.0
Statusactive
Date2025-12-23T10:21:17+00:00
NameeHDSICertainty
TitleeHDSI Certainty
Realmeu
Authorityhl7
DescriptionValue Set is used to support or decline the clinical status of the condition or diagnosis

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
condition-ver-statusConditionVerificationStatus

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "eHDSICertainty-8.1.0",
  "url": "http://terminology.ehdsi.eu/ValueSet/eHDSICertainty",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.64"
    }
  ],
  "version": "0.2.0",
  "name": "eHDSICertainty",
  "title": "eHDSI Certainty",
  "status": "active",
  "experimental": false,
  "date": "2025-12-23T10:21:17+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7europe.org"
        }
      ]
    }
  ],
  "description": "Value Set is used to support or decline the clinical status of the condition or diagnosis",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "concept": [
          {
            "code": "unconfirmed",
            "display": "Unconfirmed"
          },
          {
            "code": "provisional",
            "display": "Provisional"
          },
          {
            "code": "differential",
            "display": "Differential"
          },
          {
            "code": "confirmed",
            "display": "Confirmed"
          },
          {
            "code": "refuted",
            "display": "Refuted"
          }
        ]
      }
    ]
  }
}