Key Design Considerations
This page describes the key design considerations for SGCDI.
Identifier Types
To differentiate the various identifier types, we use the following naming convention in identifier.system: https://fhir.synapxe.sg/NamingSystem/<identifier-shortname>
Below is the list of identifier shortnames defined for SGCDI:
nric – Patient NRIC
hci-code – Institution / clinic HCI code
hcsa-code – Healthcare service provider (HCSA) code
mcr – Healthcare professional’s identifier in the Medical Council Registration Board
dcr – Healthcare professional’s identifier in the Dental Council Registration Board
snb – Healthcare professional’s identifier in the Singapore Nursing Board
prn – Healthcare professional’s identifier in the Pharmacists Registration Board
sequence-no – sequence number tag for each resource instance
event-id – Event (Encounter) identifier
record-id – Clinical record identifier
case-id – Case identifier
movement-id – Patient movement identifier
investigation-id – Investigation identifier
order-no – Investigation order number
accession-no – Accession number
dispense-id – Medication dispense identifier
source-grouping-id – Source grouping identifier
dispensing-location-id – Medication dispensing location identifier
facility-unit-id – Facility unit identifier
referral-id – Referral identifier
device-id – Device identifier
item-id – Medication item identifier
group-no – Group identifier
group-sequence-no – sequence number tag within the group
mc-no – Medical certificate number
procedure-id – Procedure identifier
ed-ref-no – Emergency Department reference number
workflow-no – Workflow number
plan-definition – Used in
PlanDefinitionresource to specify care program identifiersquestionnaire – Identifier of the questionnaire template
Resource Category
If the same resource is used to represent different business objects (for example, the CarePlan resource is used to represent both Enrollment and Health Plan), category is used to differentiate the business object type.
category is also leveraged to store the service type of a CarePlan since this element can hold multiple values.
Naming Convention
A general rule for uri name is https://fhir.synapxe.sg/{ResourceType}/{ShortName}.
- refers to FHIR resource type, e.g. ValueSet, CodeSystem.
- refers to the name that is defined by the project.
| Type | Naming Convention | Example |
|---|---|---|
| StructureDefinition.url (Profile) | https://fhir.synapxe.sg/StructureDefinition/profile-<shortname> | https://fhir.synapxe.sg/StructureDefinition/profile-patient |
| StructureDefinition.url (Extension) | https://fhir.synapxe.sg/StructureDefinition/ext-<shortname> | https://fhir.synapxe.sg/StructureDefinition/ext-lightDuty |
| CodeSystem.url | https://fhir.synapxe.sg/CodeSystem/<codesystem-shortname> | https://fhir.synapxe.sg/CodeSystem/healthplangoal |
| ValueSet.url | https://fhir.synapxe.sg/ValueSet/<valueset-shortname> | https://fhir.synapxe.sg/ValueSet/healthplangoal |
| PlanDefinition.url | https://fhir.synapxe.sg/PlanDefinition/<shortname> | https://fhir.synapxe.sg/PlanDefinition/healthier-sg-program |
| Questionnaire.url | https://fhir.synapxe.sg/Questionnaire/<shortname> | https://fhir.synapxe.sg/Questionnaire/nuhs-emergencycare-adult |
| Identifier.system | https://fhir.synapxe.sg/NamingSystem/<identifier-shortname> | https://fhir.synapxe.sg/NamingSystem/nid |
Metadata in request payloads
Control header data
All request payloads must include a control header with the following information: source institution, source system, message ID, message sequence ID, and message date/time.
- If the request payload is a Bundle, the Bundle SHALL carry the artifact metadata at the Bundle level.
- If the request payload is a single resource, this metadata SHALL be present at the resource level.
The artifact metadata structure is as follows:
| Meta | Meta | There are no (further) constraints on this element Element idMetaShort description Metadata about a resource DefinitionThe metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
| ||
| id | 0..1 | string | There are no (further) constraints on this element Element idMeta.idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 1..* | Extension | There are no (further) constraints on this element Element idMeta.extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| artifact | C | 1..1 | Extension(Complex) | Element idMeta.extension:artifactShort description Artifact Information Alternate namesextensions, user content DefinitionExtension for capturing artifact information on Meta There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Extension(Complex) Extension URLhttps://fhir.synapxe.sg/StructureDefinition/ext-artifact Constraints
|
| id | 0..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 3..* | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| msgId | C | 1..1 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgIdShort description Message identifier Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
| id | 0..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 0..0 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| url | 1..1 | uriFixed Value | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.urlShort description identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. msgIdMappings
| |
| value[x] | C | 1..1 | IdentifierPattern | Element idMeta.extension:artifact.extension:msgId.value[x]Short description An identifier intended for computation DefinitionAn identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers. The rules of the identifier.type determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension. The cardinality or value of this element may be affected by these constraints: ext-1 Constraints
{
"system": "https://fhir.synapxe.sg/NamingSystem/msg-id"
}Mappings
|
| id | 0..0 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 0..0 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| use | Σ ?! | 0..0 | codeBinding | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].useShort description usual | official | temp | secondary | old (If known) DefinitionThe purpose of this identifier. Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. Identifies the purpose for this identifier, if known .
|
| type | Σ | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].typeShort description Description of identifier DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose. Allows users to make use of identifiers when the identifier system is not known. This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. IdentifierTypeCodes (extensible) Constraints
|
| system | Σ | 1..1 | uriFixed ValuePattern | Element idMeta.extension:artifact.extension:msgId.value[x].systemShort description The namespace for the identifier value DefinitionEstablishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. Identifier.system is always case sensitive.
https://fhir.synapxe.sg/NamingSystem/msg-idPattern https://fhir.synapxe.sg/NamingSystem/msg-idExamples General http://www.acme.com/identifiers/patientMappings
|
| value | Σ C | 1..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].valueShort description The value that is unique DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system. If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. The cardinality or value of this element may be affected by these constraints: ident-1 Constraints
General 123456Mappings
|
| period | Σ C | 0..0 | Period | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].periodShort description Time period when id is/was valid for use DefinitionTime period during which identifier is/was valid for use. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration.
|
| assigner | Σ C | 0..0 | Reference(Organization) | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgId.value[x].assignerShort description Organization that issued id (may be just text) DefinitionOrganization that issued/manages the identifier. The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.
|
| msgSequenceId | C | 1..1 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceIdShort description Message sequence identifier Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
| id | 0..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 0..0 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| url | 1..1 | uriFixed Value | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.urlShort description identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. msgSequenceIdMappings
| |
| value[x] | C | 1..1 | IdentifierPattern | Element idMeta.extension:artifact.extension:msgSequenceId.value[x]Short description An identifier intended for computation DefinitionAn identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers. The rules of the identifier.type determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension. The cardinality or value of this element may be affected by these constraints: ext-1 Constraints
{
"system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id"
}Mappings
|
| id | 0..0 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 0..0 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| use | Σ ?! | 0..0 | codeBinding | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].useShort description usual | official | temp | secondary | old (If known) DefinitionThe purpose of this identifier. Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. Identifies the purpose for this identifier, if known .
|
| type | Σ | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].typeShort description Description of identifier DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose. Allows users to make use of identifiers when the identifier system is not known. This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. IdentifierTypeCodes (extensible) Constraints
|
| system | Σ | 1..1 | uriFixed ValuePattern | Element idMeta.extension:artifact.extension:msgSequenceId.value[x].systemShort description The namespace for the identifier value DefinitionEstablishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. Identifier.system is always case sensitive.
https://fhir.synapxe.sg/NamingSystem/msg-sequence-idPattern https://fhir.synapxe.sg/NamingSystem/msg-sequence-idExamples General http://www.acme.com/identifiers/patientMappings
|
| value | Σ C | 1..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].valueShort description The value that is unique DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system. If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. The cardinality or value of this element may be affected by these constraints: ident-1 Constraints
General 123456Mappings
|
| period | Σ C | 0..0 | Period | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].periodShort description Time period when id is/was valid for use DefinitionTime period during which identifier is/was valid for use. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration.
|
| assigner | Σ C | 0..0 | Reference(Organization) | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:msgSequenceId.value[x].assignerShort description Organization that issued id (may be just text) DefinitionOrganization that issued/manages the identifier. The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.
|
| date | C | 1..1 | Extension | Element idMeta.extension:artifact.extension:dateShort description The date and time in which this resource was created in the source system Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
|
| id | 0..1 | string | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:date.idShort description Unique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The cardinality or value of this element may be affected by these constraints: ele-1 Mappings
| |
| extension | C | 0..0 | Extension | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:date.extensionShort description Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints
|
| url | 1..1 | uriFixed Value | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:date.urlShort description identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. dateMappings
| |
| value[x] | C | 1..1 | There are no (further) constraints on this element Element idMeta.extension:artifact.extension:date.value[x]Short description Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). The cardinality or value of this element may be affected by these constraints: ext-1 Constraints
| |
| valueDateTime | dateTime | There are no (further) constraints on this element Data type | ||
| url | 1..1 | uriFixed Value | There are no (further) constraints on this element Element idMeta.extension:artifact.urlShort description identifies the meaning of the extension DefinitionSource of the definition for the extension code - a logical name or a URL. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. https://fhir.synapxe.sg/StructureDefinition/ext-artifactMappings
| |
| value[x] | C | 0..0 | There are no (further) constraints on this element Element idMeta.extension:artifact.value[x]Short description Value of extension DefinitionValue of extension - must be one of a constrained set of the data types (see Extensibility for a list). The cardinality or value of this element may be affected by these constraints: ext-1 Constraints
| |
| versionId | Σ | 0..1 | id | There are no (further) constraints on this element Element idMeta.versionIdShort description Version specific identifier DefinitionThe version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted. The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.
|
| lastUpdated | Σ | 0..1 | instant | There are no (further) constraints on this element Element idMeta.lastUpdatedShort description When the resource version last changed DefinitionWhen the resource last changed - e.g. when the version changed. This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction.
|
| source | Σ | 1..1 | uri | Element idMeta.sourceShort description The source system of this resource DefinitionA uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc. The exact use of the source (and the possible implied Provenance.entity.role and agent.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. The source may correspond to Provenance.entity.what[x] or Provenance.agent.who[x], though it may be a more general or abstract reference. This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.
|
| profile | Σ | 0..* | canonical(StructureDefinition) | There are no (further) constraints on this element Element idMeta.profileShort description Profiles this resource claims to conform to DefinitionA list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url. It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set. canonical(StructureDefinition) Constraints
|
| security | Σ C | 0..* | CodingBinding | There are no (further) constraints on this element Element idMeta.securityShort description Security Labels applied to this resource DefinitionSecurity labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure. The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored. Security Labels from the Healthcare Privacy and Security Classification System. AllSecurityLabels (extensible) Constraints
|
| tag | Σ C | 1..* | Coding | Element idMeta.tagShort description Tags applied to this resource. One of the tags is the source institution. DefinitionTags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource. The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored. Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
|
meta.profile
Every request payload that contains a Bundle MUST include the meta.profile at two levels:
- The Bundle level
- The primary resource level (the first entry—typically a
Composition,DiagnosticReport, orList)