application/fhir+xml
, xml
, application/fhir+json
, json
, application/x-turtle
, ttl
, html/json
, html/xml
, html/turtle
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
transaction
interaction.history-system
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | V-R | S | U | P | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|---|
ClinicalImpression | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression | y | y | y | y | y | _content, _has, _id, _language, _lastUpdated, _profile, _security, _tag, _text, action, assessor, carePlan, date, decision, episodeOfCare, finding-code, finding-ref, identifier, investigation, patient, previous, problem, status, subject | ClinicalImpression:previous | ClinicalImpression:action , ClinicalImpression:assessor , ClinicalImpression:carePlan , ClinicalImpression:episodeOfCare , ClinicalImpression:finding-ref , ClinicalImpression:investigation , ClinicalImpression:patient , ClinicalImpression:previous , ClinicalImpression:problem , ClinicalImpression:subject , Task:based-on , Task:episodeOfCare , Task:focus , Task:organization , Task:owner , Task:part-of , Task:patient , Task:requester , Task:responsible , Task:subject | ||
OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | ClinicalImpression:action , ClinicalImpression:assessor , ClinicalImpression:carePlan , ClinicalImpression:episodeOfCare , ClinicalImpression:finding-ref , ClinicalImpression:investigation , ClinicalImpression:patient , ClinicalImpression:previous , ClinicalImpression:problem , ClinicalImpression:subject , Task:based-on , Task:episodeOfCare , Task:focus , Task:organization , Task:owner , Task:part-of , Task:patient , Task:requester , Task:responsible , Task:subject | |||||||
Task | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task | y | y | y | y | y | _content, _has, _id, _language, _lastUpdated, _profile, _security, _tag, _text, authored-on, based-on, business-status, category, code, episodeOfCare, focus, group-identifier, identifier, intent, modified, organization, owner, part-of, patient, performer, period, priority, requester, responsible, restriction-category, status, subject | Task:based-on , Task:focus , Task:part-of | ClinicalImpression:action , ClinicalImpression:assessor , ClinicalImpression:carePlan , ClinicalImpression:episodeOfCare , ClinicalImpression:finding-ref , ClinicalImpression:investigation , ClinicalImpression:patient , ClinicalImpression:previous , ClinicalImpression:problem , ClinicalImpression:subject , Task:based-on , Task:episodeOfCare , Task:focus , Task:organization , Task:owner , Task:part-of , Task:patient , Task:requester , Task:responsible , Task:subject |
search-type
, vread
, read
, patch
, create
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _content | string | Search the contents of the resource's data using a fulltext search \n |
SHALL | _has | string | Return resources linked to by the given target \n |
SHALL | _id | token | The ID of the resource \n |
SHALL | _language | string | The language of the resource \n |
SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range \n |
SHALL | _profile | uri | Search for resources which have the given profile \n |
SHALL | _security | token | Search for resources which have the given security labels \n |
SHALL | _tag | token | Search for resources which have the given tag \n |
SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search \n |
SHALL | action | reference | Action taken as part of assessment procedure \n |
SHALL | assessor | reference | The clinician performing the assessment \n |
SHALL | carePlan | reference | CarePlan \n |
SHALL | date | date | When the assessment was documented \n |
SHALL | decision | token | Decision \n |
SHALL | episodeOfCare | reference | Encounter or Episode created from \n |
SHALL | finding-code | token | What was found \n |
SHALL | finding-ref | reference | What was found \n |
SHALL | identifier | token | Business identifier \n |
SHALL | investigation | reference | Record of a specific investigation \n |
SHALL | patient | reference | Patient or group assessed \n |
SHALL | previous | reference | Reference to last assessment \n |
SHALL | problem | reference | Relevant impressions of patient state \n |
SHALL | status | token | draft | completed | entered-in-error \n |
SHALL | subject | reference | Patient or group assessed \n |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $validate |
read
.search-type
, vread
, read
, patch
, create
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _content | string | Search the contents of the resource's data using a fulltext search \n |
SHALL | _has | string | Return resources linked to by the given target \n |
SHALL | _id | token | The ID of the resource \n |
SHALL | _language | string | The language of the resource \n |
SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range \n |
SHALL | _profile | uri | Search for resources which have the given profile \n |
SHALL | _security | token | Search for resources which have the given security labels \n |
SHALL | _tag | token | Search for resources which have the given tag \n |
SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search \n |
SHALL | authored-on | date | Search by creation date \n |
SHALL | based-on | reference | Search by requests this task is based on \n |
SHALL | business-status | token | Search by business status \n |
SHALL | category | token | Search by category \n |
SHALL | code | token | Search by task code \n |
SHALL | episodeOfCare | reference | Search by encounter or episode \n |
SHALL | focus | reference | Search by task focus \n |
SHALL | group-identifier | token | Search by group identifier \n |
SHALL | identifier | token | Search for a task instance by its business identifier \n |
SHALL | intent | token | Search by task intent \n |
SHALL | modified | date | Search by last modification date \n |
SHALL | organization | reference | Search by responsible organization \n |
SHALL | owner | reference | Search by task owner \n |
SHALL | part-of | reference | Search by task this task is part of \n |
SHALL | patient | reference | Search by patient \n |
SHALL | performer | token | Search by recommended type of performer (e.g., Requester, Performer, Scheduler). \n |
SHALL | period | date | Search by period Task is/was underway \n |
SHALL | priority | token | Search by task priority \n |
SHALL | requester | reference | Search by task requester \n |
SHALL | responsible | reference | Search by responsible \n |
SHALL | restriction-category | token | Search by restriction category \n |
SHALL | status | token | Search by task status \n |
SHALL | subject | reference | Search by subject \n |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $validate |