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

FHIR IG analytics

Packagehl7.fhir.eu.health-data-api
Resource TypeValueSet
IdValueSet-eehrxf-document-type-patient-summary-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/euridice-org/eu-health-data-api/ValueSet-eehrxf-document-type-patient-summary-vs.html
URLhttp://hl7.eu/fhir/health-data-api/ValueSet/eehrxf-document-type-patient-summary-vs
Version1.0.0-ballot
Statusdraft
Date2026-03-18T14:22:45+00:00
NameEEHRxFDocumentTypePatientSummaryVS
TitleEEHRxF Document Type ValueSet for Patient Summaries
Realmeu
Authorityhl7
DescriptionValueSet for specific document types within the Patient Summary priority category.
CopyrightThis material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc

Resources that use this resource

ValueSet
hl7.fhir.eu.health-data-api#currenteehrxf-document-type-vsEEHRxF Document Type ValueSet

Resources that this resource uses

CodeSystem
who.ddcc#currentloinc.orgLOINC codes used in this IG

Narrative

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

Generated Narrative: ValueSet eehrxf-document-type-patient-summary-vs

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    60591-5Patient summary Document

Source1

{
  "resourceType": "ValueSet",
  "id": "eehrxf-document-type-patient-summary-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/health-data-api/ValueSet/eehrxf-document-type-patient-summary-vs",
  "version": "1.0.0-ballot",
  "name": "EEHRxFDocumentTypePatientSummaryVS",
  "title": "EEHRxF Document Type ValueSet for Patient Summaries",
  "status": "draft",
  "experimental": false,
  "date": "2026-03-18T14:22:45+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "ValueSet for specific document types within the Patient Summary priority category.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
            "code": "Patient-Summaries"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "60591-5",
            "display": "Patient summary Document"
          }
        ]
      }
    ]
  }
}