diff --git a/config.yaml b/config.yaml index 0a34a63..9169ebc 100644 --- a/config.yaml +++ b/config.yaml @@ -14,10 +14,10 @@ dependency_order: # # FHIR objects # -# - Organization + - Organization # - Location -# - Practitioner -# - PractitionerRole + - Practitioner + - PractitionerRole - ResearchStudy - Patient - ResearchSubject @@ -25,17 +25,18 @@ dependency_order: - Specimen # - Encounter - Observation -# - DiagnosticReport + - DiagnosticReport - Condition - Medication - MedicationAdministration - - MedicationStatement - - MedicationRequest -# - Procedure +# - MedicationStatement +# - MedicationRequest + - Procedure - DocumentReference - Task + - ImagingStudy - FamilyMemberHistory -# - BodyStructure + - BodyStructure # - Immunization @@ -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: @@ -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. diff --git a/setup.py b/setup.py index 6e9095c..a085960 100644 --- a/setup.py +++ b/setup.py @@ -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: