id and identifier


It is recommended to view the field "Definition" of the profile for elements "id" and "identifier".


identifier

Usually a FHIR resource is only a facade representation of one or more medico resources. As a consequence multiple medico resources can be represented by just one FHIR resource. For this reason the namespace used internally for the resources identifer reflects medicos internal usage to allow distinction.

medico defines a namespace for its identifiers.

Each type of medico resource is represented as a string constant under this url, e.g.

In the FHIR resource then as an example holds the following values in identifier:

  1. identifier.system = "http://medico-emr.net//sid1/Case"
  2. identifier.value = "123456"

This identifier makes the resource belong to customer 's medico-administrative case "123456"


id

The same string constants are used with a resources' id as a prefix followed by a dash '-'. The example of the administrative case above would have the id: "Case-123456"