No StructureDefinition in FHIR out of the box
Just curious, why StructureDefinition is very empty on freshly configured FHIR server r4?
I supposed it should contain definitions for any resources available on a particular realization?
I'm used iris-fhir-template project.
Is it possible to load that data, that should be correct for InterSystems FHIR realization?
Discussion (2)0
Comments
As the 2020.3 FHIR server supports the core R4 FHIR specification, you can find the StructureDefinitions in two ways:
- Download the core profile from HL7: http://www.hl7.org/fhir/downloads.html#profiles
- Look at the .json files that are part of the IRIS for Health installation: <install-dir>\dev\fhir\fhir-metadata\hl7\4.0.1
I've found that folder, but it twice less in size, then the same files on hl7. And as I understood correctly, it was loaded when FHIR server created, but it does not help.