Versions Compared

Key

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

...

Code Block
http://localhost:8000/api_fhir_R4r4/HealthcareService?identifier=[HFCode]

...

  • POST - not available

  • GET - by default return list of all available resources. To fetch information about a specific object you should add the UUID key to URL for instance:

    Code Block
    http://localhost:8000/api_fhir_R4r4/HealthcareService/[UUID]
  • UPDATE - not available

  • DELETE - not available

...