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 | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Binary | http://hl7.org/fhir/StructureDefinition/Binary | * | DocumentReference:patient | ||||||
DocumentReference | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference | y | status, category, date, event, facility, format, patient, patient-identifier, period, setting, type | * , DocumentReference:patient | DocumentReference:patient | ||||
OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | DocumentReference:patient |
Conformance | Operation | Documentation |
---|---|---|
SHALL | $retrieve-document | Retrieve document \n |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | status | token | current | superseded \n |
SHALL | category | token | Categorization of document \n |
SHALL | date | date | Document creation time \n |
SHALL | event | token | Main clinical acts documented \n |
SHALL | facility | token | Kind of facility where patient was seen \n |
SHALL | format | token | Format/content rules for the document \n |
SHALL | patient | reference | Who/what is the subject of the document \n |
SHALL | patient-identifier | token | Who/what is the subject of the document (identifier) \n |
SHALL | period | date | Time of service that is being documented \n |
SHALL | setting | token | Additional details about where the content was created (e.g. clinical specialty) \n |
SHALL | type | token | Kind of document (LOINC if possible) \n |
read
.