Difference between revisions of "Inbound Folder"

From Hiasobi - FHIR
Jump to: navigation, search
(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 
<Conformance>
   ...
   <extension url="http://oridashi.com.au/fhir/StructureDefinition/cis-inbound-folder">
       <valueString value="\\ORIDASHI-SERVER\hcnmsgs\In" />
   </extension>
  ...
</Conformance>