The Diagnostic Request resource describes the Message Header information.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
Bundle | Resource | Contains a collection of resources | |
id | 0..1 | Id | Logical id of this artifact |
meta | 0..1 | Meta | Metadata about the resource |
implicitRules | 0..1 | Uri | A set of rules under which this content was created |
language | 0..1 | Code | Language of the resource content Binding A human language. (http://tools.ietf.org/html/bcp47) Binding Strength Required |
type | 1..1 | Code | document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection Binding Indicates the purpose of a bundle - how it was intended to be used. (http://hl7.org/fhir/ValueSet/bundle-type) Binding Strength Required |
total | 0..1 | UnsignedInt | If search, the total number of matches |
link | 0..* | BackboneElement | Links related to this Bundle |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
relation | 1..1 | String | http://www.iana.org/assignments/link-relations/link-relations.xhtml |
url | 1..1 | Uri | Reference details for the link |
entry | 0..* | BackboneElement | Entry in the bundle - will have a resource, or information |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
link | 0..* | see link | Links related to this entry |
fullUrl | 0..1 | Uri | Absolute URL for resource (server address, or UUID/OID) |
resource | 0..1 | Resource | A resource in the bundle |
id | 0..1 | Id | Logical id of this artifact |
meta | 0..1 | Meta | Metadata about the resource |
implicitRules | 0..1 | Uri | A set of rules under which this content was created |
language | 0..1 | Code | Language of the resource content Binding A human language. (http://tools.ietf.org/html/bcp47) Binding Strength Required |
search | 0..1 | BackboneElement | Search related information |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
mode | 0..1 | Code | match | include | outcome - why this is in the result set Binding Why an entry is in the result set - whether it's included as a match or because of an _include requirement. (http://hl7.org/fhir/ValueSet/search-entry-mode) Binding Strength Required |
score | 0..1 | Decimal | Search ranking (between 0 and 1) |
request | 0..1 | BackboneElement | Transaction Related Information |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
method | 1..1 | Code | GET | POST | PUT | DELETE Binding HTTP verbs (in the HTTP command line). (http://hl7.org/fhir/ValueSet/http-verb) Binding Strength Required |
url | 1..1 | Uri | URL for HTTP equivalent of this entry |
ifNoneMatch | 0..1 | String | For managing cache currency |
ifModifiedSince | 0..1 | Instant | For managing update contention |
ifMatch | 0..1 | String | For managing update contention |
ifNoneExist | 0..1 | String | For conditional creates |
response | 0..1 | BackboneElement | Transaction Related Information |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
status | 1..1 | String | Status return code for entry |
location | 0..1 | Uri | The location, if the operation returns a location |
etag | 0..1 | String | The etag for the resource (if relevant) |
lastModified | 0..1 | Instant | Server's date time modified |
signature | 0..1 | Signature | Digital Signature |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
type | 1..* | Coding | Indication of the reason the entity signed the object(s) Binding An indication of the reason that an entity signed the object (http://hl7.org/fhir/ValueSet/signature-type) Binding Strength Preferred |
id | 0..1 | Id | xml:id (or equivalent in JSON) |
system | 0..1 | Uri | Identity of the terminology system |
version | 0..1 | String | Version of the system - if relevant |
code | 0..1 | Code | Symbol in syntax defined by the system |
display | 0..1 | String | Representation defined by the system |
userSelected | 0..1 | Boolean | If this coding was chosen directly by the user |
when | 1..1 | Instant | When the signature was created |
who[x] | 1..1 | Uri | Practitioner | RelatedPerson | Patient | Device | Organization | Who signed the signature |
contentType | 1..1 | Code | The technical format of the signature Binding The mime type of an attachment. Any valid mime type is allowed. (http://www.rfc-editor.org/bcp/bcp13.txt) Binding Strength Required |
blob | 1..1 | Base64Binary | The actual signature content (XML DigSig. JWT, picture, etc.) |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
Bundle.language | language | Required | http://tools.ietf.org/html/bcp47 |
Bundle.type | type | Required | http://hl7.org/fhir/ValueSet/bundle-type |
Bundle.entry.search.mode | mode | Required | http://hl7.org/fhir/ValueSet/search-entry-mode |
Bundle.entry.request.method | method | Required | http://hl7.org/fhir/ValueSet/http-verb |
Bundle.signature.type | type | Preferred | http://hl7.org/fhir/ValueSet/signature-type |
Bundle.signature.contentType | contentType | Required | http://www.rfc-editor.org/bcp/bcp13.txt |