{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-12-01T09:25:33.356+00:00"
  },
  "url": "http://www.snubh.com/fhir/StructureDefinition/HistoryList",
  "name": "EZCaretech_HISList",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.status",
        "path": "List.status",
        "fixedCode": "current"
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "fixedCode": "snapshot"
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource",
              "http://www.snubh.com/fhir/StructureDefinition/HistoryCondition",
              "http://www.snubh.com/fhir/StructureDefinition/HisFamilyMemberHistory"
            ]
          }
        ]
      }
    ]
  }
}