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

FHIR IG analytics

Packagehl7.eu.terminology.ehdsi
Resource TypeValueSet
IdValueSet-eHDSIDocumentCode-8.1.0.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/EHDSI-Terminology-package/ValueSet-eHDSIDocumentCode-8.1.0.html
URLhttp://terminology.ehdsi.eu/ValueSet/eHDSIDocumentCode
Version0.2.0
Statusactive
Date2025-12-23T10:21:17+00:00
NameeHDSIDocumentCode
TitleeHDSI Document Code
Realmeu
Authorityhl7
DescriptionDefines to which category the document belongs to : summary, prescription, or dispensation.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "eHDSIDocumentCode-8.1.0",
  "url": "http://terminology.ehdsi.eu/ValueSet/eHDSIDocumentCode",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.32"
    }
  ],
  "version": "0.2.0",
  "name": "eHDSIDocumentCode",
  "title": "eHDSI Document Code",
  "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": "Defines to which category the document belongs to : summary, prescription, or dispensation.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "34133-9",
            "display": "Summary of episode note"
          },
          {
            "code": "56445-0",
            "display": "Medication summary Document"
          },
          {
            "code": "57016-8",
            "display": "Privacy policy acknowledgment Document"
          },
          {
            "code": "57833-6",
            "display": "Prescription for medication"
          },
          {
            "code": "60591-5",
            "display": "Patient summary Document"
          },
          {
            "code": "60593-1",
            "display": "Medication dispensed.extended Document"
          }
        ]
      }
    ]
  }
}