Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 25 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,29 @@ dependency_order:
#
# FHIR objects
#
# - Organization
- Organization
# - Location
# - Practitioner
# - PractitionerRole
- Practitioner
- PractitionerRole
- ResearchStudy
- Patient
- ResearchSubject
- Substance
- Specimen
# - Encounter
- Observation
# - DiagnosticReport
- DiagnosticReport
- Condition
- Medication
- MedicationAdministration
- MedicationStatement
- MedicationRequest
# - Procedure
# - MedicationStatement
# - MedicationRequest
- Procedure
- DocumentReference
- Task
- ImagingStudy
- FamilyMemberHistory
# - BodyStructure
- BodyStructure
# - Immunization


Expand All @@ -54,6 +55,9 @@ nested_objects:
Task:
- input.valueReference
- output.valueReference
Medication:
- ingredient.item


# Specify which entities you want to add to a FHIR entities model
extensions:
Expand Down Expand Up @@ -82,6 +86,19 @@ limit_links:
- Specimen
- ResearchStudy
- Observation
Practitioner: []
ResearchStudy:
- Project
- ResearchStudy
FamilyMemberHistory:
- Patient
Procedure:
- Patient
- Practitioner
- Procedure
MedicationAdministration:
- Patient
- Medication

# Add these extra properties to the simplified schema
# These may be used to add extra scalar properties to the simplified schema as well as constrain edge destination types.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Versions should comply with PEP 440:
# https://packaging.python.org/en/latest/single_source_version.html
version='0.0.7rc1', # Required
version='0.0.8rc2', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down