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

FHIR IG Statistics: StructureDefinition/BeDocument

Packagehl7.fhir.be.childrecord
TypeStructureDefinition
IdBeDocument
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/childrecord/https://build.fhir.org/ig/hl7-be/childrecord/StructureDefinition-BeDocument.html
URLhttps://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeDocument
Version0.1.0
Statusdraft
Date2025-06-27T16:00:14+00:00
NameBeDocument
TitleDocument model
Realmbe
Authorityhl7
DescriptionEHDS refined base model for common document data elements, including the common header. Data relevant to document type and its content for administrative and searching purposes.
Typehttps://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeDocument
Kindlogical

Resources that use this resource

StructureDefinition
ChildReportChild Report Logical Model

Resources that this resource uses

StructureDefinition
BeModelPatientBeModelPatient
be-organizationBeOrganization
be-practitionerBePractitioner

Narrative

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

Generated Narrative: StructureDefinition BeDocument

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeDocument 0..*BaseDocument model
Instances of this logical model can be the target of a Reference
... subject 1..1BeModelPatientSubject
... identifier 1..*IdentifierBusiness identifier for the document
... author[x] 1..1Author
.... authorPractitionerPractitioner(BePractitioner)
.... authorOrganizationOrganization(BeOrganization)
... lastUpdate 0..1dateTimeDate and time of the last update to the resource
... status 1..1CodeableConceptStatus of the resource
... presentedForm 0..*AttachmentA narrative easy-to-read representation of the full data set, e.g. PDF-version of a document
... documentTitle 1..1stringDocument title

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "BeDocument",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeDocument",
  "version": "0.1.0",
  "name": "BeDocument",
  "title": "Document model",
  "status": "draft",
  "date": "2025-06-27T16:00:14+00:00",
  "publisher": "HL7 Belgium",
  "contact": [
    {
      "name": "HL7 Belgium",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7belgium.org"
        },
        {
          "system": "email",
          "value": "hl7belgium@hl7belgium.org"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@ehealth.fgov.be",
          "use": "work"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for common document data elements, including the common header. Data relevant to document type and its content for administrative and searching purposes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeDocument",
  "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": "BeDocument",
        "path": "BeDocument",
        "short": "Document model",
        "definition": "EHDS refined base model for common document data elements, including the common header. Data relevant to document type and its content for administrative and searching purposes.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeDocument.subject",
        "path": "BeDocument.subject",
        "short": "Subject",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeDocument.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
          }
        ]
      },
      {
        "id": "BeDocument.identifier",
        "path": "BeDocument.identifier",
        "short": "Business identifier for the document",
        "definition": "Business identifier for the document",
        "min": 1,
        "max": "*",
        "base": {
          "path": "BeDocument.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeDocument.author[x]",
        "path": "BeDocument.author[x]",
        "short": "Author",
        "definition": "Author(s) by whom the resource was/were authored. Multiple authors could be provided.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeDocument.author[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Practitioner",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
            ]
          },
          {
            "code": "Organization",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
            ]
          }
        ]
      },
      {
        "id": "BeDocument.lastUpdate",
        "path": "BeDocument.lastUpdate",
        "short": "Date and time of the last update to the resource",
        "definition": "Date and time of the last update to the document/information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeDocument.lastUpdate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeDocument.status",
        "path": "BeDocument.status",
        "short": "Status of the resource",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeDocument.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeDocument.presentedForm",
        "path": "BeDocument.presentedForm",
        "short": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "definition": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeDocument.presentedForm",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Attachment"
          }
        ]
      },
      {
        "id": "BeDocument.documentTitle",
        "path": "BeDocument.documentTitle",
        "short": "Document title",
        "definition": "Document title",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeDocument.documentTitle",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeDocument",
        "path": "BeDocument",
        "short": "Document model",
        "definition": "EHDS refined base model for common document data elements, including the common header. Data relevant to document type and its content for administrative and searching purposes."
      },
      {
        "id": "BeDocument.subject",
        "path": "BeDocument.subject",
        "short": "Subject",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
          }
        ]
      },
      {
        "id": "BeDocument.identifier",
        "path": "BeDocument.identifier",
        "short": "Business identifier for the document",
        "definition": "Business identifier for the document",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeDocument.author[x]",
        "path": "BeDocument.author[x]",
        "short": "Author",
        "definition": "Author(s) by whom the resource was/were authored. Multiple authors could be provided.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Practitioner",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
            ]
          },
          {
            "code": "Organization",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
            ]
          }
        ]
      },
      {
        "id": "BeDocument.lastUpdate",
        "path": "BeDocument.lastUpdate",
        "short": "Date and time of the last update to the resource",
        "definition": "Date and time of the last update to the document/information",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeDocument.status",
        "path": "BeDocument.status",
        "short": "Status of the resource",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeDocument.presentedForm",
        "path": "BeDocument.presentedForm",
        "short": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "definition": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Attachment"
          }
        ]
      },
      {
        "id": "BeDocument.documentTitle",
        "path": "BeDocument.documentTitle",
        "short": "Document title",
        "definition": "Document title",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}