generated from hl7-be/empty-ig-custom
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from hl7-be/issue-120
add temporary profile for encounter
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Logical: BeModelEncounter | ||
Description: "Administrative recording of a meeting between a patient and a practitioner/organisation, with references to clinical data." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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 BeObservation or ImmunizationRecommendation) | ||
* reasonReference ^short = "*TODO* Condition -> BeCondition, Procedure -> BeProcedure" | ||
* 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters