FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/AdvanceDirectives

Packagehl7.fhir.eu.hdr
TypeStructureDefinition
IdAdvanceDirectives
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/StructureDefinition-AdvanceDirectives.html
URLhttp://hl7.eu/fhir/hdr/StructureDefinition/AdvanceDirectives
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NameAdvanceDirectivesEhn
TitleA.2.1 - Advance Directives (eHN)
Realmeu
Authorityhl7
DescriptionHospital Discharge Report - Advance Directives - A.2.1 eHN
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/hdr/StructureDefinition/AdvanceDirectives
Kindlogical

Resources that use this resource

ConceptMap
advanceDirectives2FHIR-eu-hdreHN Advance Directives Model to this guide Map
StructureDefinition
HospitalDischargeReportCzA - Hospital Discharge Report (eHN)
HospitalDischargeReportA - Hospital Discharge Report (eHN)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition AdvanceDirectives

NameFlagsCard.TypeDescription & Constraintsdoco
.. AdvanceDirectives 0..*BaseA.2.1 - Advance Directives (eHN)
... livingWill 1..*BaseA.2.1.1 - Living will
.... date 1..1dateTimeA.2.1.1.1 - Date and time
.... type 1..1CodeableConceptA.2.1.1.2 - Type
.... comment 0..1stringA.2.1.1.3 - Comment
.... conditions 0..*CodeableConceptA.2.1.1.4 - Related conditions
.... document 1..1BaseA.2.1.1.5 - Living will document

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "AdvanceDirectives",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/hdr/StructureDefinition/AdvanceDirectives",
  "version": "0.1.0-ballot",
  "name": "AdvanceDirectivesEhn",
  "title": "A.2.1 - Advance Directives (eHN)",
  "status": "draft",
  "date": "2025-06-01T06:10:09+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report - Advance Directives - A.2.1 eHN",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/hdr/StructureDefinition/AdvanceDirectives",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "AdvanceDirectives",
        "path": "AdvanceDirectives",
        "short": "A.2.1 - Advance Directives (eHN)",
        "definition": "Hospital Discharge Report - Advance Directives - A.2.1 eHN",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "AdvanceDirectives.livingWill",
        "path": "AdvanceDirectives.livingWill",
        "short": "A.2.1.1 - Living will",
        "definition": "Only directives being expressed during current inpatient stay. Multiple records of living wills could be provided.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "AdvanceDirectives.livingWill",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.date",
        "path": "AdvanceDirectives.livingWill.date",
        "short": "A.2.1.1.1 - Date and time",
        "definition": "The date and time on which the living will was recorded.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AdvanceDirectives.livingWill.date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.type",
        "path": "AdvanceDirectives.livingWill.type",
        "short": "A.2.1.1.2 - Type",
        "definition": "Type of a living will, e.g. Do not resuscitate, donorship statement, power of attorney etc.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AdvanceDirectives.livingWill.type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.comment",
        "path": "AdvanceDirectives.livingWill.comment",
        "short": "A.2.1.1.3 - Comment",
        "definition": "Comment on the living will.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "AdvanceDirectives.livingWill.comment",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.conditions",
        "path": "AdvanceDirectives.livingWill.conditions",
        "short": "A.2.1.1.4 - Related conditions",
        "definition": "The problem or disorder to which the living will applies. Multiple fields could be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "AdvanceDirectives.livingWill.conditions",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.document",
        "path": "AdvanceDirectives.livingWill.document",
        "short": "A.2.1.1.5 - Living will document",
        "definition": "Scanned source document with the living will and the patient's signature, such as a PDF.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "AdvanceDirectives.livingWill.document",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "AdvanceDirectives",
        "path": "AdvanceDirectives",
        "short": "A.2.1 - Advance Directives (eHN)",
        "definition": "Hospital Discharge Report - Advance Directives - A.2.1 eHN"
      },
      {
        "id": "AdvanceDirectives.livingWill",
        "path": "AdvanceDirectives.livingWill",
        "short": "A.2.1.1 - Living will",
        "definition": "Only directives being expressed during current inpatient stay. Multiple records of living wills could be provided.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.date",
        "path": "AdvanceDirectives.livingWill.date",
        "short": "A.2.1.1.1 - Date and time",
        "definition": "The date and time on which the living will was recorded.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.type",
        "path": "AdvanceDirectives.livingWill.type",
        "short": "A.2.1.1.2 - Type",
        "definition": "Type of a living will, e.g. Do not resuscitate, donorship statement, power of attorney etc.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.comment",
        "path": "AdvanceDirectives.livingWill.comment",
        "short": "A.2.1.1.3 - Comment",
        "definition": "Comment on the living will.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.conditions",
        "path": "AdvanceDirectives.livingWill.conditions",
        "short": "A.2.1.1.4 - Related conditions",
        "definition": "The problem or disorder to which the living will applies. Multiple fields could be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "AdvanceDirectives.livingWill.document",
        "path": "AdvanceDirectives.livingWill.document",
        "short": "A.2.1.1.5 - Living will document",
        "definition": "Scanned source document with the living will and the patient's signature, such as a PDF.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  }
}