{
  "resourceType": "StructureDefinition",
  "id": "shr-base-Entry",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR 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>SDR Mapping Summary</b></p><p><pre>shr.base.Entry maps to DomainResource:\n  EntryId maps to id\n  constrain meta to 1..1\n  EntryType maps to meta.profile\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-base-Entry",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "shr.base.Entry"
    }
  ],
  "version": "0.1.0",
  "name": "EntryProfile",
  "title": "SDR Entry Profile",
  "status": "draft",
  "date": "2018-06-14T04:00:00+00:00",
  "publisher": "The MITRE Corporation: Nightingale Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "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": "SDR 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.profile",
        "path": "DomainResource.meta.profile",
        "min": 1,
        "max": "*"
      }
    ]
  }
}