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