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

FHIR IG analytics

Packagehl7.fhir.be.childrecord
Resource TypeStructureDefinition
IdStructureDefinition-BeModelDocument.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/childrecord/StructureDefinition-BeModelDocument.html
URLhttps://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelDocument
Version0.1.0
Statusdraft
Date2025-11-26T09:49:13+00:00
NameBeModelDocument
TitleDocument model
Realmbe
Authorityhl7
DescriptionBase model for documents.
Typehttps://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelDocument
Kindlogical

Resources that use this resource

StructureDefinition
BeModelChildReportChild 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 BeModelDocument

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeModelDocument 0..*BaseDocument model
Instances of this logical model can be the target of a Reference
... subject 1..1BeModelPatientSubject
... documentType 1..1CodeableConceptDocument type
... status 1..1CodeableConceptStatus of the resource
... identifier 1..*IdentifierBusiness identifier for the document
... recordedDate 1..1dateTimeThe date when the document was last updated
... author[x] 1..1Author
.... authorPractitionerPractitioner(BePractitioner)
.... authorOrganizationOrganization(BeOrganization)
... presentedForm 0..*AttachmentA narrative easy-to-read representation of the full data set, e.g. PDF-version of a document
... documentTitle 1..1stringDocument title
... section 0..1*Sections
.... subsection 0..*See sectionsubsection

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "BeModelDocument",
  "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/BeModelDocument",
  "version": "0.1.0",
  "name": "BeModelDocument",
  "title": "Document model",
  "status": "draft",
  "date": "2025-11-26T09:49:13+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": "Base model for documents.",
  "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/BeModelDocument",
  "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": "BeModelDocument",
        "path": "BeModelDocument",
        "short": "Document model",
        "definition": "Base model for documents.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeModelDocument.subject",
        "path": "BeModelDocument.subject",
        "short": "Subject",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelDocument.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
          }
        ]
      },
      {
        "id": "BeModelDocument.documentType",
        "path": "BeModelDocument.documentType",
        "short": "Document type",
        "definition": "Type of the document, e.g. report, discharge letter, etc.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelDocument.documentType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelDocument.status",
        "path": "BeModelDocument.status",
        "short": "Status of the resource",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelDocument.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelDocument.identifier",
        "path": "BeModelDocument.identifier",
        "short": "Business identifier for the document",
        "definition": "Business identifier for the document",
        "min": 1,
        "max": "*",
        "base": {
          "path": "BeModelDocument.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelDocument.recordedDate",
        "path": "BeModelDocument.recordedDate",
        "short": "The date when the document was last updated",
        "definition": "The date when the document was last updated",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelDocument.recordedDate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeModelDocument.author[x]",
        "path": "BeModelDocument.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": "BeModelDocument.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": "BeModelDocument.presentedForm",
        "path": "BeModelDocument.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": "BeModelDocument.presentedForm",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Attachment"
          }
        ]
      },
      {
        "id": "BeModelDocument.documentTitle",
        "path": "BeModelDocument.documentTitle",
        "short": "Document title",
        "definition": "Document title",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelDocument.documentTitle",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelDocument.section",
        "path": "BeModelDocument.section",
        "short": "Sections",
        "definition": "Sections",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelDocument.section",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "*"
          }
        ]
      },
      {
        "id": "BeModelDocument.section.subsection",
        "path": "BeModelDocument.section.subsection",
        "short": "subsection",
        "definition": "subsection",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelDocument.section.subsection",
          "min": 0,
          "max": "*"
        },
        "contentReference": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelDocument#BeModelDocument.section"
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeModelDocument",
        "path": "BeModelDocument",
        "short": "Document model",
        "definition": "Base model for documents."
      },
      {
        "id": "BeModelDocument.subject",
        "path": "BeModelDocument.subject",
        "short": "Subject",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatient"
          }
        ]
      },
      {
        "id": "BeModelDocument.documentType",
        "path": "BeModelDocument.documentType",
        "short": "Document type",
        "definition": "Type of the document, e.g. report, discharge letter, etc.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelDocument.status",
        "path": "BeModelDocument.status",
        "short": "Status of the resource",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelDocument.identifier",
        "path": "BeModelDocument.identifier",
        "short": "Business identifier for the document",
        "definition": "Business identifier for the document",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelDocument.recordedDate",
        "path": "BeModelDocument.recordedDate",
        "short": "The date when the document was last updated",
        "definition": "The date when the document was last updated",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BeModelDocument.author[x]",
        "path": "BeModelDocument.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": "BeModelDocument.presentedForm",
        "path": "BeModelDocument.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": "BeModelDocument.documentTitle",
        "path": "BeModelDocument.documentTitle",
        "short": "Document title",
        "definition": "Document title",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelDocument.section",
        "path": "BeModelDocument.section",
        "short": "Sections",
        "definition": "Sections",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "*"
          }
        ]
      },
      {
        "id": "BeModelDocument.section.subsection",
        "path": "BeModelDocument.section.subsection",
        "short": "subsection",
        "definition": "subsection",
        "min": 0,
        "max": "*",
        "contentReference": "https://www.ehealth.fgov.be/standards/fhir/childrecord/StructureDefinition/BeModelDocument#BeModelDocument.section"
      }
    ]
  }
}