Difference between revisions of "Inbound Folder"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (Created page with " * Start the FHIR server * Determine the base url e.g. https://localhost.oridashi.com.au:8102 * Call to get server information (this does not require credentials) * Use C# Web...") |
(No difference)
|
Revision as of 18:27, 6 September 2017
- Start the FHIR server
- Determine the base url e.g. https://localhost.oridashi.com.au:8102
- Call to get server information (this does not require credentials)
- Use C# WebCLient or HL7 FHIR C# reference libraries
- HTTP call is:
GET [base]/Metadata
- Response is a "Conformance" resource http://hl7.org/fhir/DSTU2/conformance.html
- An extension has been added to provide the detected message delivery folder:
<Conformance> ... <extension url="http://oridashi.com.au/fhir/StructureDefinition/cis-inbound-folder"> <valueString value="\\ORIDASHI-SERVER\hcnmsgs\In" /> </extension> ... </Conformance>