generated from openhie/empty-fhir-ig-custom
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb42bcc
commit a797cef
Showing
7 changed files
with
83 additions
and
19 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,25 @@ | ||
Instance: AdministrativeSexToAdministrativeGender | ||
InstanceOf: ConceptMap | ||
Title: "Administrative Sex To Administrative Gender" | ||
Description: "Mapping to and from FHIR Administrative Sex coding to FHIR Administrative Gender." | ||
Usage: #definition | ||
|
||
* name = "AdministrativeSexToAdministrativeGender" | ||
* description = "Mapping to and from FHIR Administrative Sex coding to FHIR Administrative Gender." | ||
* title = "ConceptMap to and From administrative sex to administrative gender" | ||
* status = #active | ||
* experimental = false | ||
* date = "2024-01-30" | ||
|
||
* group[+] | ||
* source = $SEX | ||
* target = $GENDER | ||
* insert ElementMap(M, male, equivalent) | ||
* insert ElementMap(F, female, equivalent) | ||
|
||
* group[+] | ||
* source = $GENDER | ||
* target = $SEX | ||
* insert ElementMap(male, M, equivalent) | ||
* insert ElementMap(female, F, equivalent) | ||
* element[=].target[=].comment = "The source concept is more specific than the target" |
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,18 @@ | ||
Instance: HImmunizationPatientExample | ||
InstanceOf: ImmunizationPatient | ||
Usage: #example | ||
Title: "Immunization Patient" | ||
Description: "Is used to document demographics and other administrative information about an individual receiving care or other health-related services." | ||
* identifier[NUPIN][+].value = "12-999-22-2338" | ||
* identifier[NUPIN][=].system = "http://openhie.org/fhir/zambia-immunizations/identifier/nupin" | ||
* identifier[NRC][+].value = "12-999-22-2338" | ||
* identifier[NRC][=].system = "http://openhie.org/fhir/zambia-immunizations/identifier/nrc" | ||
* name[+].use = #official | ||
* name[=].family = "Smith" | ||
* name[=].given[+] = "Jane" | ||
* name[=].given[+] = "Maria" | ||
* gender = #female | ||
* birthDate = "1990-12-12" | ||
* birthDate.extension[birthTime].valueDateTime = "1983-05-22T16:40:17+02:00" | ||
* extension[BIZ].valueBoolean = true | ||
* extension[IsEstimatedDOB].valueBoolean = false |
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,17 @@ | ||
Extension: BornInZambia | ||
Id: born-in-zambia | ||
Title: "Patient born in Zambia?" | ||
Description: "This is an extension to capture whether the patient was born in Zambia." | ||
* value[x] only boolean | ||
* value[x] 1.. | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "Patient" | ||
|
||
Extension: IsEstimatedDateOfBirth | ||
Id: is-estimated-date-of-birth | ||
Title: "Patient's Date of Birth Is Estimated?" | ||
Description: "This is an extension to capture whether the patient's date of birth was estimated." | ||
* value[x] only boolean | ||
* value[x] 1.. | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "Patient" |
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,6 @@ | ||
RuleSet: ElementMap(source, target, equivalence) | ||
* element[+] | ||
* code = #{source} | ||
* target[+] | ||
* code = #{target} | ||
* relationship = #{equivalence} |
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,2 @@ | ||
Alias: $GENDER = http://hl7.org/fhir/administrative-gender | ||
Alias: $SEX = http://terminology.hl7.org/CodeSystem/v2-0001 |
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