Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -v 
--request POST 'https://fhir.{baseCIEURL}mi-cie.org/fhirR4/Patient/' 
--header 'x-api-key: aGZoczo4****2ZDk=' 
--header 'Content-Type: application/json' 
--header 'Authorization: bearer etty****iquerui'
-- data @PATIENT.JSON

...