-
Notifications
You must be signed in to change notification settings - Fork 1
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 #103 from fhir-fi/condition_and_encounter_fixes
Condition, Encounter and Provenance fixes
- Loading branch information
Showing
6 changed files
with
66 additions
and
3 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
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
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,10 @@ | ||
Instance: LocationBedExample | ||
InstanceOf: FiBaseLocation | ||
Usage: #example | ||
Description: "Example of a bed." | ||
* id = "id-for-bed-3" | ||
* mode = #instance | ||
* name = "Vuode 3" | ||
* status = #active | ||
* physicalType.coding.system = #http://terminology.hl7.org/CodeSystem/location-physical-type | ||
* physicalType.coding.code = #bd |
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,21 @@ | ||
Instance: OrganizationHospitalUnit | ||
InstanceOf: FiBaseOrganization | ||
Title: "Encounter - example primary care organization" | ||
// using partOf would cause warnings unless we add the full hierarchy in this repo. | ||
Description: "An example of a FI Base organization, a surgical ward. The partOf reference removed for brevity." | ||
Usage: #example | ||
* id = "1.2.246.10.8286189.10.100012" | ||
* identifier.use = #official | ||
* identifier.system = #urn:oid:1.2.246.537.6.202.2008 | ||
* identifier.value = "1.2.246.10.8286189.10.100012" | ||
* name = "Kirurgian vuodeosasto 4B, Länsi-Pohjan keskussairaala, LPSHP" | ||
* alias = "Kirurgian vuodeosasto 4B, LPKS, LPSHP" | ||
* address[0].type = #postal | ||
* address[0].line[0] = "Kauppakatu 25, 94100 KEMI" | ||
* address[0].postalCode = "94100" | ||
* address[0].city = "KEMI" | ||
* address[1].type = #physical | ||
* address[1].line[0] = "Kauppakatu 25, 94100 KEMI" | ||
* address[1].postalCode = "94100" | ||
* address[1].city = "KEMI" | ||
* active = true |
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
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