-
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.
fix: generation typescript deps in modules for profiles
- Loading branch information
Showing
11 changed files
with
444 additions
and
42 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
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,67 @@ | ||
{:package "hl7.fhir.r4.core", | ||
:derivation "constraint", | ||
:name "Provenance", | ||
:resource-name "ehrsrle-provenance", | ||
:type "Provenance", | ||
:elements | ||
[{:name "agent", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "policy", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "reason", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "target", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "activity", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "location", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "recorded", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false} | ||
{:name "signature", | ||
:base "Provenance", | ||
:array false, | ||
:required false, | ||
:value "string", | ||
:type nil, | ||
:choice-option false}], | ||
:url "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance", | ||
:base-resource-name "Provenance", | ||
:backbone-elements [], | ||
:base "http://hl7.org/fhir/StructureDefinition/Provenance", | ||
:deps #{"Meta" "Provenance"}} |
1 change: 1 addition & 0 deletions
1
test/aidbox_sdk/fixtures/organization_preferred_contact_fhir_schema.edn
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,30 @@ | ||
{:package "hl7.fhir.us.core", | ||
:technical-id | ||
"hl7.fhir.us.core/6.1.0/FHIRSchema/http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi/6.1.0", | ||
:derivation "constraint", | ||
:fhirVersion nil, | ||
:name "us-core-bmi", | ||
:type "Observation", | ||
:resourceType "FHIRSchema", | ||
:elements | ||
{:code | ||
{:type "CodeableConcept", | ||
:pattern {:coding [{:code "39156-5", :system "http://loinc.org"}]}, | ||
:mustSupport true}, | ||
:valueQuantity | ||
{:max 1, | ||
:min 0, | ||
:elements | ||
{:code {:type "code", :fixed "kg/m2", :mustSupport true}, | ||
:unit {:type "string", :mustSupport true}, | ||
:value {:type "decimal", :mustSupport true}, | ||
:system | ||
{:type "uri", :fixed "http://unitsofmeasure.org", :mustSupport true}}, | ||
:required ["value" "unit" "system" "code"], | ||
:mustSupport true}}, | ||
:id "us-core-bmi", | ||
:kind "resource", | ||
:url "http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi", | ||
:packageVersion "6.1.0", | ||
:base "http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs", | ||
:version "6.1.0"} |
Oops, something went wrong.