Current section
Files
Jump to
Current section
Files
lib/fhir_client.ex
defmodule FhirClient do
@moduledoc """
Documentation for FhirClient.
"""
@doc """
Hello world.
## Examples
iex> FhirClient.hello()
:world
"""
def hello do
:world
end
end