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

FHIR IG Statistics: StructureDefinition/EHDSDeviceUse

Packagehl7.fhir.eu.imaging-r5
TypeStructureDefinition
IdEHDSDeviceUse
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-r5/https://build.fhir.org/ig/hl7-eu/imaging/StructureDefinition-EHDSDeviceUse.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDeviceUse
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSDeviceUse
TitleDevice use model
Realmeu
Authorityhl7
DescriptionC.25 - EHDS refined base model for Device Use
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDeviceUse
Kindlogical

Resources that use this resource

StructureDefinition
EHDSPatientSummaryBodyPatient summary body model
EHDSDischargeReportDischarge Report model
EHDSPatientSummaryBodyPatient summary body model

Resources that this resource uses

StructureDefinition
EHDSDeviceDevice model
EHDSHealthProfessionalHealth professional model
EHDSPatientPatient model
EHDSRelatedPersonRelated person model
EHDSDeviceDevice model
EHDSHealthProfessionalHealth professional model
EHDSPatientPatient model
EHDSRelatedPersonRelated person model

Narrative

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

Generated Narrative: StructureDefinition EHDSDeviceUse

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSDeviceUse 0..*BaseDevice use model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierC.25.1 - Identifier
... status 0..1CodeableConceptC.25.2 - Status
Binding Description: (preferred): HL7 device-statement-status
... implantDate 0..1dateTimeC.25.3 - Implant date
... endDate 0..1dateTimeC.25.4 - End date
... device 1..1Reference(Device model)C.25.5 - Device
... subject 1..1Reference(Patient model)C.25.6 - Subject
... bodySite 0..1CodeableConceptC.25.7 - Body site
... note 0..*NarrativeC.25.8 - Note
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... recorded 0..1dateTimeC.25.9 - Recorded
... source 0..1Reference(Patient model | Health professional model | Related person model)C.25.10 - Source

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSDeviceUse",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDeviceUse",
  "version": "0.1.0",
  "name": "EHDSDeviceUse",
  "title": "Device use model",
  "status": "draft",
  "date": "2025-03-21T08:17:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "C.25 - EHDS refined base model for Device Use",
  "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": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDeviceUse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSDeviceUse",
        "path": "EHDSDeviceUse",
        "short": "Device use model",
        "definition": "C.25 - EHDS refined base model for Device Use",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.identifier",
        "path": "EHDSDeviceUse.identifier",
        "short": "C.25.1 - Identifier",
        "definition": "An identifier for this statement.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDeviceUse.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.status",
        "path": "EHDSDeviceUse.status",
        "short": "C.25.2 - Status",
        "definition": "Current status of the Device Usage.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.status",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 device-statement-status"
        }
      },
      {
        "id": "EHDSDeviceUse.implantDate",
        "path": "EHDSDeviceUse.implantDate",
        "short": "C.25.3 - Implant date",
        "definition": "Date when procedure was performed.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.implantDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.endDate",
        "path": "EHDSDeviceUse.endDate",
        "short": "C.25.4 - End date",
        "definition": "Date when the device was explanted from the patient or the external device was no longer in use; likewise when the device is planned to be explanted.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.endDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.device",
        "path": "EHDSDeviceUse.device",
        "short": "C.25.5 - Device",
        "definition": "The details of the device used.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.device",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDevice"
            ]
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.subject",
        "path": "EHDSDeviceUse.subject",
        "short": "C.25.6 - Subject",
        "definition": "The patient using the device.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient"
            ]
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.bodySite",
        "path": "EHDSDeviceUse.bodySite",
        "short": "C.25.7 - Body site",
        "definition": "Anatomical location of the device. May include laterality.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.bodySite",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.note",
        "path": "EHDSDeviceUse.note",
        "short": "C.25.8 - Note",
        "definition": "Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDeviceUse.note",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Narrative"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.recorded",
        "path": "EHDSDeviceUse.recorded",
        "short": "C.25.9 - Recorded",
        "definition": "Date and time at which the statement was made/recorded.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.recorded",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.source",
        "path": "EHDSDeviceUse.source",
        "short": "C.25.10 - Source",
        "definition": "Who reported the device was being used by the patient.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDeviceUse.source",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSRelatedPerson"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSDeviceUse",
        "path": "EHDSDeviceUse",
        "short": "Device use model",
        "definition": "C.25 - EHDS refined base model for Device Use"
      },
      {
        "id": "EHDSDeviceUse.identifier",
        "path": "EHDSDeviceUse.identifier",
        "short": "C.25.1 - Identifier",
        "definition": "An identifier for this statement.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.status",
        "path": "EHDSDeviceUse.status",
        "short": "C.25.2 - Status",
        "definition": "Current status of the Device Usage.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 device-statement-status"
        }
      },
      {
        "id": "EHDSDeviceUse.implantDate",
        "path": "EHDSDeviceUse.implantDate",
        "short": "C.25.3 - Implant date",
        "definition": "Date when procedure was performed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.endDate",
        "path": "EHDSDeviceUse.endDate",
        "short": "C.25.4 - End date",
        "definition": "Date when the device was explanted from the patient or the external device was no longer in use; likewise when the device is planned to be explanted.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.device",
        "path": "EHDSDeviceUse.device",
        "short": "C.25.5 - Device",
        "definition": "The details of the device used.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDevice"
            ]
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.subject",
        "path": "EHDSDeviceUse.subject",
        "short": "C.25.6 - Subject",
        "definition": "The patient using the device.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient"
            ]
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.bodySite",
        "path": "EHDSDeviceUse.bodySite",
        "short": "C.25.7 - Body site",
        "definition": "Anatomical location of the device. May include laterality.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.note",
        "path": "EHDSDeviceUse.note",
        "short": "C.25.8 - Note",
        "definition": "Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Narrative"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.recorded",
        "path": "EHDSDeviceUse.recorded",
        "short": "C.25.9 - Recorded",
        "definition": "Date and time at which the statement was made/recorded.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSDeviceUse.source",
        "path": "EHDSDeviceUse.source",
        "short": "C.25.10 - Source",
        "definition": "Who reported the device was being used by the patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSRelatedPerson"
            ]
          }
        ]
      }
    ]
  }
}