The documentation on this page and sub-pages is under construction and currently in an unreviewed state.
These pages describe guidelines on using the eHealth API. The guidelines constitute choices on how to use or assign values to certain resources and their elements.
...
- When a questionnaire is originating in the eHealth infrastructure, it can use the default questionnaire
linkId
where the <extension
> is a unique string not containing comma or white space,<root
> isNamingSystem.uniqueId.value
(whereNamingSystem.uniqueId.type
isoid
) and <assigningAuthorityName
> isNamingSystem.nameresponsible
, both from the NamingSystem which can be found withGET https://terminology.{{domain}}/fhir/NamingSystem?value=http://ehealth.sundhed.dk/id/ehealth-question-identifier
, where {{domain}} reflects the eHealth environment. Currently, the <root
> and <assigningAuthorityName
> thereby resolves to 1.2.208.176.7.200.2 and “eHealthQuestionIdentifier
ehealth.sundhed.dk
“, respectively.
Whether the <extension> is, say, a random UUID or a controlled and/or catalogued identifier depends on the context.
...