See North West Genomics HL7/IHE Implementation Guide
Guidance on updating this Implementation Guide can be found on Guidance for FHIR IG Creation
Related links:
Note files must use CR or CRLF (not unix/mac LF)
curl --request POST --data-binary "@OML_O21_PDF.txt" http://192.168.1.67:9980 curl --request POST --data-binary "@ORU_R01_PDF.txt" http://192.168.1.67:9981/transformToFHIR
Invoke-RestMethod -Method POST -Uri http://localhost:9980 -InFile "Specifications/ManchesterFoundationTrust/OML_O21_PDF.txt"
Invoke-RestMethod -Method POST -Uri http://localhost:9980 -InFile "Specifications/ManchesterFoundationTrust/ORU_R01_PDF.txt"
Invoke-RestMethod -Method POST -Uri http://localhost:9980 -InFile "Specifications/iGene/ORU_R01_PDF.txt"
Invoke-RestMethod -Method POST -Uri http://localhost:9981/transformToFHIR -InFile "Specifications/iGene/ORU_R01_PDF.txt"