<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="shr-base-Entry" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR Entry Profile</b>
      </p>
      <p>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.</p>
      <p>
        <b>SHR Mapping Summary</b>
      </p>
      <p>
        <pre>shr.base.Entry maps to DomainResource:
  EntryId maps to id
  constrain meta to 1..1
  Version maps to meta.versionId
  EntryType maps to meta.profile
  LastUpdated maps to meta.lastUpdated
  Language maps to language
  Narrative maps to text
  SecurityLabel maps to meta.security
  Tag maps to meta.tag
</pre>
      </p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Entry" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.base.Entry" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR Entry Profile" />
  <status value="draft" />
  <date value="2017-12-20" />
  <publisher value="The MITRE Corporation: Standard Health Record Collaborative" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://standardhealthrecord.org" />
    </telecom>
  </contact>
  <description value="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." />
  <fhirVersion value="3.0.1" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="true" />
  <type value="DomainResource" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
  <derivation value="constraint" />
  <differential>
    <element id="DomainResource:shr-base-Entry">
      <path value="DomainResource" />
      <short value="SHR Entry Profile" />
      <definition value="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." />
    </element>
    <element id="DomainResource:shr-base-Entry.id">
      <path value="DomainResource.id" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DomainResource:shr-base-Entry.meta">
      <path value="DomainResource.meta" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DomainResource:shr-base-Entry.meta.lastUpdated">
      <path value="DomainResource.meta.lastUpdated" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DomainResource:shr-base-Entry.meta.profile">
      <path value="DomainResource.meta.profile" />
      <min value="1" />
      <max value="*" />
    </element>
    <element id="DomainResource:shr-base-Entry.extension:shrid">
      <path value="DomainResource.extension" />
      <sliceName value="shrid" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <definition value="A unique, persistent, permanent identifier for the overall health record belonging to the PersonOfRecord." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-ShrId-extension" />
      </type>
    </element>
    <element id="DomainResource:shr-base-Entry.extension:personofrecord">
      <path value="DomainResource.extension" />
      <sliceName value="personofrecord" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <definition value="The person this record belongs to." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-PersonOfRecord-extension" />
      </type>
    </element>
    <element id="DomainResource:shr-base-Entry.extension:creationtime">
      <path value="DomainResource.extension" />
      <sliceName value="creationtime" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <definition value="The point in time when the information was recorded in the system of record." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CreationTime-extension" />
      </type>
    </element>
  </differential>
</StructureDefinition>