hi,
I would like to take a resource and validate it using Informatica DT
Can anyone tell me:
a. what would be a good resource to start with that is not over complicated ?
b. i have a sample FHIR json patient resource how exactly can i use an external server in order to validate it?
c. if there is a tutorial for either of the above please tell me
a) Patient is the default âhello worldâ example in the FHIR space (almost everyone needs and supports it and it has minimal constraints, so pretty easy to throw together a valid one
b) On the FHIR home page thereâs a list of public test servers. Pick one and try posting
c) Probably somewhere, but using a public test server with a web interface isnât really complex enough to need one.
If you look on the main page for a resource (e.g. Patient - FHIR v4.0.1) and look at the list of links right below the table that displays the resource, youâll see a hyperlink for the âXML Schema/Schematronâ. Be aware that both schema and Schematron validation are incomplete. You can find more information about validation considerations here