Standard Death Record

EntryProfile

 

The official URL for this profile is:

http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-base-Entry

Metadata attributes that apply to any item represented in the standard health record. An Entry may not belong exclusively to a single person's health record, but could represent an entity that surfaces in multiple records, such as organizations or practitioners. If the entry belongs to a single person's record, then the identity of the person of record must be recorded.

This profile builds on DomainResource.

This profile was published on Thu Jun 14 00:00:00 EDT 2018 as a draft by The MITRE Corporation: Nightingale Project.

Summary

Mandatory: 0 element (3 nested mandatory elements)

SDR Mapping Source

This structure represents the following SDR mapping definition:

shr.base.Entry maps to DomainResource:
  EntryId maps to id
  constrain meta to 1..1
  EntryType maps to meta.profile

Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron

 

Terminology Bindings

PathNameConformanceValueSet
DomainResource.meta.securityAll Security LabelsextensibleAll Security Labels
DomainResource.meta.tagCommon TagsexampleCommon Tags
DomainResource.languageCommon LanguagesextensibleCommon Languages

 

Constraints

IdPathDetailsRequirements
dom-2DomainResourceIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1DomainResourceIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4DomainResourceIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-3DomainResourceIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()