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

FHIR IG Statistics: StructureDefinition/be-ext-inform-party

Packagerobin.gittest
Resource TypeStructureDefinition
Idbe-ext-inform-party
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=robin.gittest@1.1.22-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party
Statusdraft
NameBeInformParty
TitleBeInformParty
DescriptionExtra parties that need to be informed of the outcome, besides the prescriber.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
be-referralprescriptionBeReferralPrescription

Resources that this resource uses

StructureDefinition
be-organizationBeOrganization
be-patientBePatient
be-practitionerBePractitioner

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "be-ext-inform-party",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party",
  "name": "BeInformParty",
  "title": "BeInformParty",
  "status": "draft",
  "description": "Extra parties that need to be informed of the outcome, besides the prescriber.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ServiceRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Inform party",
        "isModifier": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"
            ]
          }
        ]
      }
    ]
  }
}