How to make a StructureDefinition works? #357
Unanswered
cpeter0702
asked this question in
Q&A
Replies: 1 comment
-
I've found the solution.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to inquire about the issue of making StructureDefinition works.
Based on the TW Core Implementation Guide, I have added a new StructureDefinition entry concerning the Encounter resource. This IG mandates that the identifier field has both system and value as required fields.
"resourceType": "Encounter", "meta":{ "profile":[ "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore", ] }
to the JSON I intend to POST is the only requirement?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions