Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty primitive extension #2

Open
Panthevm opened this issue Jul 29, 2022 · 0 comments
Open

Empty primitive extension #2

Panthevm opened this issue Jul 29, 2022 · 0 comments

Comments

@Panthevm
Copy link
Collaborator

There are empty hash-maps in zen schemes

{ns hl7-fhir-r4-core.Element,
 import #{zen.fhir hl7-fhir-r4-core.string hl7-fhir-r4-core.Extension},
 schema
 {:zen/tags #{zen/schema zen.fhir/structure-schema},
  :zen/desc
  "Base StructureDefinition for Element Type: Base definition for all elements in a resource.",
  :zen.fhir/type "Element",
  :zen.fhir/profileUri
  "http://hl7.org/fhir/StructureDefinition/Element",
  :zen.fhir/version "0.5.16",
  :type zen/map,
  :keys
  {:id
   {:confirms #{hl7-fhir-r4-core.string/schema},
    :zen/desc "Unique id for inter-element referencing"},
    ;; ===============================
   :_id {},
   ;; ===============================
   :extension
   {:type zen/vector,
    :every
    {:confirms #{hl7-fhir-r4-core.Extension/schema},
     :zen/desc "Additional content defined by implementations"}}}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant