{
  "resourceType": "StructureDefinition",
  "id": "shr-core-Signature",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Signature Profile</b></p>\n  <p>A digital Signature - XML DigSig, JWT, Graphical image of signature, etc.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.Signature maps to Signature:\n  TypeAsaCoding maps to type\n  CreationTime maps to when\n  Signatory maps to who[x]\n  OnBehalfOf maps to onBehalfOf[x]\n  ContentType maps to contentType\n  BinaryData maps to blob\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Signature",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.Signature"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Signature Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A digital Signature - XML DigSig, JWT, Graphical image of signature, etc.",
  "purpose": "There are a number of places where content must be signed in healthcare.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Signature",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Signature",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Signature:shr-core-Signature",
        "path": "Signature",
        "short": "SHR Signature Profile",
        "definition": "A digital Signature - XML DigSig, JWT, Graphical image of signature, etc."
      },
      {
        "id": "Signature:shr-core-Signature.type",
        "path": "Signature.type",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SignatureType"
            }
          ],
          "strength": "extensible",
          "description": "An indication of the reason that an entity signed the object",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/signature-type"
          }
        }
      },
      {
        "id": "Signature:shr-core-Signature.who[x]",
        "path": "Signature.who[x]",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "Signature:shr-core-Signature.onBehalfOf[x]",
        "path": "Signature.onBehalfOf[x]",
        "type": [
          {
            "code": "uri"
          }
        ]
      }
    ]
  }
}