id, identifier and url


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


Example for ActivityDefinition

Field Sample value
id CareInterventionActivity-12345
identifier.system https://medico-emr.net/medico//sid1/CareInterventionActivity
identifier.value 12345
url https://medico-emr.net/medico//sid1/CareInterventionActivity-12345

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 namespaces for its identifiers - for each tenant/customer:

Each namespace-postfix is represented as a string constant token under this url, e.g.

this defines the administrative case that is represented by a FHIR encounter. This clinical encounter (a logical child to the administrative case) is defined as follows


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"


url

Only some fhir resources contain a url-field. In cases where the definition is on product level, e.g. profiles, please see see Canonical urls.

In cases where the definition happens on tenant/customer level