Inbound Folder

From Hiasobi - FHIR
Revision as of 17:27, 6 September 2017 by Brett Esler (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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>