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

FHIR IG analytics

Packagehl7.fhir.be.drp
Resource TypeStructureDefinition
IdStructureDefinition-BeModelOrganisationClaim.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/referral/StructureDefinition-BeModelOrganisationClaim.html
URLhttps://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelOrganisationClaim
Version1.0.0
Statusactive
Date2025-12-02T09:15:42+00:00
NameBeModelOrganisationClaim
Realmbe
Authorityhl7
DescriptionInformation of a claim of an organisation to have the prescription fulfilled.
Typehttps://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelOrganisationClaim
Kindlogical

Resources that use this resource

StructureDefinition
BeModelAssignmentBeModelAssignment

Resources that this resource uses

StructureDefinition
BeModelReferralPrescriptionBeModelReferralPrescription
BeModelTreatmentStatusBeModelTreatmentStatus

Narrative

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

Generated Narrative: StructureDefinition BeModelOrganisationClaim

NameFlagsCard.TypeDescription & Constraintsdoco
.. BeModelOrganisationClaim 0..*BaseBeModelOrganisationClaim
Instances of this logical model can be the target of a Reference
... identifier 1..1IdentifierBusiness identifier
... intent 1..1CodeableConceptDefaults to 'Order'
... status 1..1CodeableConceptStatus of the task
... treatmentStatusId 1..1Reference(BeModelTreatmentStatus)Reference to the TreatmentStatus related to the prescription
... focus 1..1Reference(BeModelReferralPrescription)Reference to what the task acts on
... organization 1..1IdentifierReference to the organization that will assign the providers to the prescription.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "BeModelOrganisationClaim",
  "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/drp/StructureDefinition/BeModelOrganisationClaim",
  "version": "1.0.0",
  "name": "BeModelOrganisationClaim",
  "status": "active",
  "date": "2025-12-02T09:15:42+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": "Information of a claim of an organisation to have the prescription fulfilled.",
  "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/drp/StructureDefinition/BeModelOrganisationClaim",
  "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": "BeModelOrganisationClaim",
        "path": "BeModelOrganisationClaim",
        "short": "BeModelOrganisationClaim",
        "definition": "Information of a claim of an organisation to have the prescription fulfilled.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "BeModelOrganisationClaim.identifier",
        "path": "BeModelOrganisationClaim.identifier",
        "short": "Business identifier",
        "definition": "Business Identifier. Absent during creation by client software, otherwise always present.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.identifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.intent",
        "path": "BeModelOrganisationClaim.intent",
        "short": "Defaults to 'Order'",
        "definition": "Defaults to 'Order'",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.intent",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.status",
        "path": "BeModelOrganisationClaim.status",
        "short": "Status of the task",
        "definition": "Status of the task",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.treatmentStatusId",
        "path": "BeModelOrganisationClaim.treatmentStatusId",
        "short": "Reference to the TreatmentStatus related to the prescription",
        "definition": "Reference to the TreatmentStatus related to the prescription",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.treatmentStatusId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelTreatmentStatus"
            ]
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.focus",
        "path": "BeModelOrganisationClaim.focus",
        "short": "Reference to what the task acts on",
        "definition": "Reference to what the task acts on",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.focus",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelReferralPrescription"
            ]
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.organization",
        "path": "BeModelOrganisationClaim.organization",
        "short": "Reference to the organization that will assign the providers to the prescription.",
        "definition": "Reference to the organization that will assign the providers to the prescription.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BeModelOrganisationClaim.organization",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BeModelOrganisationClaim",
        "path": "BeModelOrganisationClaim",
        "short": "BeModelOrganisationClaim",
        "definition": "Information of a claim of an organisation to have the prescription fulfilled."
      },
      {
        "id": "BeModelOrganisationClaim.identifier",
        "path": "BeModelOrganisationClaim.identifier",
        "short": "Business identifier",
        "definition": "Business Identifier. Absent during creation by client software, otherwise always present.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.intent",
        "path": "BeModelOrganisationClaim.intent",
        "short": "Defaults to 'Order'",
        "definition": "Defaults to 'Order'",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.status",
        "path": "BeModelOrganisationClaim.status",
        "short": "Status of the task",
        "definition": "Status of the task",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.treatmentStatusId",
        "path": "BeModelOrganisationClaim.treatmentStatusId",
        "short": "Reference to the TreatmentStatus related to the prescription",
        "definition": "Reference to the TreatmentStatus related to the prescription",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelTreatmentStatus"
            ]
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.focus",
        "path": "BeModelOrganisationClaim.focus",
        "short": "Reference to what the task acts on",
        "definition": "Reference to what the task acts on",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/BeModelReferralPrescription"
            ]
          }
        ]
      },
      {
        "id": "BeModelOrganisationClaim.organization",
        "path": "BeModelOrganisationClaim.organization",
        "short": "Reference to the organization that will assign the providers to the prescription.",
        "definition": "Reference to the organization that will assign the providers to the prescription.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}