Skip to content

Commit

Permalink
Add type attribute to Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Sep 4, 2023
1 parent 593cf93 commit 89d0158
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zenproject/zrc/system.edn
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
:connectionType {:system "https://spec.openapis.org/oas/v3.1.0"
:code "openapi"}
:payloadType [{:coding [{:system "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"
:code "urn:ihe:pcc:xphr:2007"}]}]}}}}
:code "urn:ihe:pcc:xphr:2007"}]}]}}
:Attribute {:Mapping.type {:type {:resourceType "Entity" :id "code"}
:path [:type]
:resource {:resourceType "Entity" :id "Mapping"}
:enum ["JUTE", "FHIRPath"]}}}}

encounter-participant-display
{:zen/tags #{aidbox.search-parameter.v1/search-parameter}
Expand Down

0 comments on commit 89d0158

Please sign in to comment.