{
  "resourceType": "StructureDefinition",
  "id": "sdr-decedent-DecedentID",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR DecedentID Profile</b></p><p>An identifier for the decedent.</p><p><b>SDR Mapping Summary</b></p><p><pre>sdr.decedent.DecedentID maps to Identifier:\n  IDValue maps to value\n  IDType maps to type\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-DecedentID",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.decedent.DecedentID"
    }
  ],
  "version": "0.1.0",
  "name": "DecedentIDProfile",
  "title": "SDR DecedentID 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": "An identifier for the decedent.",
  "purpose": "Need to be able to identify things with confidence and be sure that the identification is not subject to misinterpretation.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier:sdr-decedent-DecedentID",
        "path": "Identifier",
        "short": "SDR DecedentID Profile",
        "definition": "An identifier for the decedent."
      },
      {
        "id": "Identifier:sdr-decedent-DecedentID.type",
        "path": "Identifier.type",
        "min": 1,
        "max": "1",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "IdentifierType"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required",
          "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/identifier-type"
          }
        }
      },
      {
        "id": "Identifier:sdr-decedent-DecedentID.value",
        "path": "Identifier.value",
        "min": 1,
        "max": "1"
      }
    ]
  }
}