CDCgov / data-exchange-fhir

Enterprise Data Exchange (DEX) is a new cloud-native centralized data ingestion, validation, and observation service scoped for common data types (HL7, FHIR, CDA, XML, CSV) sent to the CDC. It helps public health stakeholders who send data to the CDC while reducing the maintenance efforts, complexity, and duplication of ingestion points to CDC.
Apache License 2.0
10 stars 1 forks source link

Store health care survey reporting profile as FHIR validation profile #104

Open briansok71 opened 1 year ago

briansok71 commented 1 year ago

Send a PUT request to FHIR with the URL to the structure definition of the validation profile, and the body of the PUT is the profile's structure definition. So for health care survey reporting bundle, the profile is here - http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-reporting-bundle and the PUT message body is here - https://hl7.org/fhir/us/health-care-surveys-reporting/2022jan/StructureDefinition-hcs-reporting-bundle.json

Next step is to have APIM add request header "x-ms-profile-validation: true" in call to FHIR API

DrWatsonofTexas commented 1 year ago

The Health Care Survey reporting bundle profile is now stored in our Microsoft FHIR service in the MS Azure subscription.