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

FHIR IG Statistics: StructureDefinition/BeModelPatientDocument

Packagehl7.fhir.be.core
TypeStructureDefinition
IdBeModelPatientDocument
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/core/https://build.fhir.org/ig/hl7-be/core/StructureDefinition-BeModelPatientDocument.html
URLhttps://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatientDocument
Version2.1.2
Statusdraft
Date2025-07-17T14:54:59+00:00
NameBeModelPatientDocument
Realmbe
Authorityhl7
DescriptionData about a patient related document
Typehttps://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatientDocument
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition BeModelPatientDocument

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeModelPatientDocument 0..*BaseBeModelPatientDocument
Instances of this logical model can be the target of a Reference
... patient 1..1IdentifierThe subject of the document
... author 1..1IdentifierThe author of the document, either Practitioner or Organization
... category 0..*CodeableConceptA number of classifiers for the document, each code refines the previous one
... document 1..1BackboneElementDocument information
.... content 0..1BinaryThe content of the document as such
.... mimetype 1..1stringThe technical type of the document
.... url 0..1uriIf the document is not in the content, the reference to the document
... context 0..*ElementAny related resources or elements that provide context for the document, such as institution, encounter,...

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "BeModelPatientDocument",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
      "valueBoolean": true
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/BeModelPatientDocument",
  "version": "2.1.2",
  "name": "BeModelPatientDocument",
  "status": "draft",
  "date": "2025-07-17T14:54:59+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Data about a patient related document",
  "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/core/StructureDefinition/BeModelPatientDocument",
  "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": "BeModelPatientDocument",
        "path": "BeModelPatientDocument",
        "short": "BeModelPatientDocument",
        "definition": "Data about a patient related document",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeModelPatientDocument.patient",
        "path": "BeModelPatientDocument.patient",
        "short": "The subject of the document",
        "definition": "The subject of the document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.patient",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.author",
        "path": "BeModelPatientDocument.author",
        "short": "The author of the document, either Practitioner or Organization",
        "definition": "The author of the document, either Practitioner or Organization",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.author",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.category",
        "path": "BeModelPatientDocument.category",
        "short": "A number of classifiers for the document, each code refines the previous one",
        "definition": "A number of classifiers for the document, each code refines the previous one",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelPatientDocument.category",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document",
        "path": "BeModelPatientDocument.document",
        "short": "Document information",
        "definition": "Document information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.document",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.id",
        "path": "BeModelPatientDocument.document.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.extension",
        "path": "BeModelPatientDocument.document.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.modifierExtension",
        "path": "BeModelPatientDocument.document.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.content",
        "path": "BeModelPatientDocument.document.content",
        "short": "The content of the document as such",
        "definition": "The content of the document as such",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.document.content",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Binary"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.mimetype",
        "path": "BeModelPatientDocument.document.mimetype",
        "short": "The technical type of the document",
        "definition": "The technical type of the document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.document.mimetype",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.url",
        "path": "BeModelPatientDocument.document.url",
        "short": "If the document is not in the content, the reference to the document",
        "definition": "If the document is not in the content, the reference to the document",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BeModelPatientDocument.document.url",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.context",
        "path": "BeModelPatientDocument.context",
        "short": "Any related resources or elements that provide context for the document, such as institution, encounter,...",
        "definition": "Any related resources or elements that provide context for the document, such as institution, encounter,...",
        "min": 0,
        "max": "*",
        "base": {
          "path": "BeModelPatientDocument.context",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Element"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeModelPatientDocument",
        "path": "BeModelPatientDocument",
        "short": "BeModelPatientDocument",
        "definition": "Data about a patient related document"
      },
      {
        "id": "BeModelPatientDocument.patient",
        "path": "BeModelPatientDocument.patient",
        "short": "The subject of the document",
        "definition": "The subject of the document",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.author",
        "path": "BeModelPatientDocument.author",
        "short": "The author of the document, either Practitioner or Organization",
        "definition": "The author of the document, either Practitioner or Organization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.category",
        "path": "BeModelPatientDocument.category",
        "short": "A number of classifiers for the document, each code refines the previous one",
        "definition": "A number of classifiers for the document, each code refines the previous one",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document",
        "path": "BeModelPatientDocument.document",
        "short": "Document information",
        "definition": "Document information",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.content",
        "path": "BeModelPatientDocument.document.content",
        "short": "The content of the document as such",
        "definition": "The content of the document as such",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Binary"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.mimetype",
        "path": "BeModelPatientDocument.document.mimetype",
        "short": "The technical type of the document",
        "definition": "The technical type of the document",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.document.url",
        "path": "BeModelPatientDocument.document.url",
        "short": "If the document is not in the content, the reference to the document",
        "definition": "If the document is not in the content, the reference to the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "BeModelPatientDocument.context",
        "path": "BeModelPatientDocument.context",
        "short": "Any related resources or elements that provide context for the document, such as institution, encounter,...",
        "definition": "Any related resources or elements that provide context for the document, such as institution, encounter,...",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      }
    ]
  }
}