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

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSMedia.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSMedia.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedia
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSMedia
TitleMedia model
DescriptionEHDS refined base model for A photo, video, or audio recording acquired or used in healthcare.
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedia
Kindlogical

Resources that use this resource

StructureDefinition
EHDSDischargeReportDischarge Report model
EHDSImagingReportImaging report model
EHDSLaboratoryReportLaboratory report model

Resources that this resource uses

StructureDefinition
EHDSAttachmentAttachment model
EHDSBodyStructureBody structure model
EHDSDeviceDevice model
EHDSHealthProfessionalHealth professional model
EHDSOrganisationOrganisation model
EHDSPatientPatient model
EHDSSpecimenSpecimen model

Narrative

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

Generated Narrative: StructureDefinition EHDSMedia

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSMedia 0..*BaseMedia model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierIdentifier
... type 0..1CodeableConceptType
Binding Description: (preferred): HL7 MediaType
... modality 0..1CodeableConceptModality
Binding Description: (preferred): HL7 MediaModality
... view 0..1CodeableConceptView
Binding Description: (preferred): HL7 MediaCollectionView/Projection
... subject[x] 0..1Subject
.... subjectEHDSPatientEHDSPatient
.... subjectEHDSSpecimenEHDSSpecimen
... created[x] 0..1Created
.... createdDateTimedateTime
.... createdPeriodPeriod
... reason 0..*CodeableConceptReason
Binding Description: (preferred): SNOMED CT
... bodySite 0..1EHDSBodyStructureBodySite
... deviceName 0..1stringDevice name
... device 0..1EHDSDeviceDevice
... content 1..1EHDSAttachmentContent
... note 0..*stringNote
... performer[x] 0..*Performer
.... performerEHDSHealthProfessionalEHDSHealthProfessional
.... performerEHDSOrganisationEHDSOrganisation

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSMedia",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedia",
  "version": "0.2.1",
  "name": "EHDSMedia",
  "title": "Media model",
  "status": "draft",
  "date": "2026-02-04T19:00:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for A photo, video, or audio recording acquired or used in healthcare.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedia",
  "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": "EHDSMedia",
        "path": "EHDSMedia",
        "short": "Media model",
        "definition": "EHDS refined base model for A photo, video, or audio recording acquired or used in healthcare.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSMedia.identifier",
        "path": "EHDSMedia.identifier",
        "short": "Identifier",
        "definition": "Image identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSMedia.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSMedia.type",
        "path": "EHDSMedia.type",
        "short": "Type",
        "definition": "Classification of media as image, video, audio recording or other media type",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.type",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaType"
        }
      },
      {
        "id": "EHDSMedia.modality",
        "path": "EHDSMedia.modality",
        "short": "Modality",
        "definition": "The type of acquisition equipment/process",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.modality",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaModality"
        }
      },
      {
        "id": "EHDSMedia.view",
        "path": "EHDSMedia.view",
        "short": "View",
        "definition": "The name of the imaging view e.g. Lateral or Antero-posterior",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.view",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaCollectionView/Projection"
        }
      },
      {
        "id": "EHDSMedia.subject[x]",
        "path": "EHDSMedia.subject[x]",
        "short": "Subject",
        "definition": "Who/What this Media is a record of",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.subject[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen"
          }
        ]
      },
      {
        "id": "EHDSMedia.created[x]",
        "path": "EHDSMedia.created[x]",
        "short": "Created",
        "definition": "The date and time(s) at which the media was collected.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.created[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSMedia.reason",
        "path": "EHDSMedia.reason",
        "short": "Reason",
        "definition": "Describes why the event occurred in coded or textual form.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSMedia.reason",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSMedia.bodySite",
        "path": "EHDSMedia.bodySite",
        "short": "BodySite",
        "definition": "Observed body part, i.e. target site",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.bodySite",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
          }
        ]
      },
      {
        "id": "EHDSMedia.deviceName",
        "path": "EHDSMedia.deviceName",
        "short": "Device name",
        "definition": "The name of the device / manufacturer of the device that was used to make the recording.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.deviceName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedia.device",
        "path": "EHDSMedia.device",
        "short": "Device",
        "definition": "The device used to collect the media.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedia.device",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSMedia.content",
        "path": "EHDSMedia.content",
        "short": "Content",
        "definition": "The actual content of the media - inline or by direct reference to the media source file.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSMedia.content",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment"
          }
        ]
      },
      {
        "id": "EHDSMedia.note",
        "path": "EHDSMedia.note",
        "short": "Note",
        "definition": "Comments made about the media by the performer, subject or other participants.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSMedia.note",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedia.performer[x]",
        "path": "EHDSMedia.performer[x]",
        "short": "Performer",
        "definition": "Performer of the imaging acquisition process.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSMedia.performer[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSMedia",
        "path": "EHDSMedia",
        "short": "Media model",
        "definition": "EHDS refined base model for A photo, video, or audio recording acquired or used in healthcare."
      },
      {
        "id": "EHDSMedia.identifier",
        "path": "EHDSMedia.identifier",
        "short": "Identifier",
        "definition": "Image identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSMedia.type",
        "path": "EHDSMedia.type",
        "short": "Type",
        "definition": "Classification of media as image, video, audio recording or other media type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaType"
        }
      },
      {
        "id": "EHDSMedia.modality",
        "path": "EHDSMedia.modality",
        "short": "Modality",
        "definition": "The type of acquisition equipment/process",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaModality"
        }
      },
      {
        "id": "EHDSMedia.view",
        "path": "EHDSMedia.view",
        "short": "View",
        "definition": "The name of the imaging view e.g. Lateral or Antero-posterior ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 MediaCollectionView/Projection"
        }
      },
      {
        "id": "EHDSMedia.subject[x]",
        "path": "EHDSMedia.subject[x]",
        "short": "Subject",
        "definition": "Who/What this Media is a record of",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen"
          }
        ]
      },
      {
        "id": "EHDSMedia.created[x]",
        "path": "EHDSMedia.created[x]",
        "short": "Created",
        "definition": "The date and time(s) at which the media was collected.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSMedia.reason",
        "path": "EHDSMedia.reason",
        "short": "Reason",
        "definition": "Describes why the event occurred in coded or textual form.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSMedia.bodySite",
        "path": "EHDSMedia.bodySite",
        "short": "BodySite",
        "definition": "Observed body part, i.e. target site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
          }
        ]
      },
      {
        "id": "EHDSMedia.deviceName",
        "path": "EHDSMedia.deviceName",
        "short": "Device name",
        "definition": "The name of the device / manufacturer of the device that was used to make the recording.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedia.device",
        "path": "EHDSMedia.device",
        "short": "Device",
        "definition": "The device used to collect the media.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSMedia.content",
        "path": "EHDSMedia.content",
        "short": "Content",
        "definition": "The actual content of the media - inline or by direct reference to the media source file.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment"
          }
        ]
      },
      {
        "id": "EHDSMedia.note",
        "path": "EHDSMedia.note",
        "short": "Note",
        "definition": "Comments made about the media by the performer, subject or other participants.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedia.performer[x]",
        "path": "EHDSMedia.performer[x]",
        "short": "Performer",
        "definition": "Performer of the imaging acquisition process. ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      }
    ]
  }
}