Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

How to get one single FHIR Schema for a Resource with all the parent and child attributes in the schema. When I looked into the FHIR Schema, it has lot of child Schemas inside each resource Schema, The Schema is defined at a entity level and not at a Resource level, A Resource is made of multiple child Schemas.

For Ex : For Patient Resource, We have Patient.Schema under Patient.Schema we have HumanName.Schema.

Is there a Tool or Utility, that is available readily to build a JSON Specification at a Resource level from this multiple Parent and Child schema for a Resource ?

Or can we get a Resource JSON with all the available attributes (both parent and child attributes), So that we can build our own json schema from it ?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
258 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...