From eacc1b68c05ebd02c110f08f1f1197f43d1c7d48 Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:04:51 +0200 Subject: [PATCH] move to core-clinical --- input/fsh/profiles/BeEncounter.fsh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 input/fsh/profiles/BeEncounter.fsh diff --git a/input/fsh/profiles/BeEncounter.fsh b/input/fsh/profiles/BeEncounter.fsh deleted file mode 100644 index 67003cb..0000000 --- a/input/fsh/profiles/BeEncounter.fsh +++ /dev/null @@ -1,20 +0,0 @@ -Profile: BeEncounter -Parent: Encounter -Id: be-encounter -Title: "BeEncounter" -Description: "(Temporary version until approval HL7Belgium WG) Belgian profile indicating the base data needed for the recording of a meeting between a patient and a practitioner/organization" -* subject only Reference(BePatient or Group) -* participant.individual only Reference(BePractitioner or BePractitionerRole or RelatedPerson) -* participant.individual ^short = "*TODO* RelatedPerson -> BeRelatedPerson" -* reasonReference only Reference(Condition or Procedure or Observation or ImmunizationRecommendation) -* reasonReference ^short = "*TODO* Condition -> BeCondition, Procedure -> BeProcedure, Observation -> BeObservation" -* diagnosis.condition only Reference(Condition or Procedure) -* diagnosis.condition ^short = "*TODO* Condition -> BeCondition, Procedure -> BeProcedure" -* hospitalization.origin only Reference(Location or BeOrganization) -* hospitalization.origin ^short = "*TODO* Location -> BeLocation" -* hospitalization.destination only Reference(Location or BeOrganization) -* hospitalization.destination ^short = "*TODO* Location -> BeLocation" -* location.location only Reference(Location) -* location.location ^short = "*TODO* Location -> BeLocation" -* serviceProvider only Reference(BeOrganization) -* partOf only Reference(BeEncounter) \ No newline at end of file