{
  "resourceType": "StructureDefinition",
  "id": "shr-core-Identifier",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Identifier Profile</b></p>\n  <p>A unique string that identifies a specific person or thing.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.Identifier maps to Identifier:\n  string maps to value\n  Purpose maps to use\n  Type maps to type\n  CodeSystem maps to system \n  EffectiveTimePeriod maps to period\n  Issuer maps to assigner\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Identifier",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.Identifier"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Identifier 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 unique string that identifies a specific person or thing.",
  "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:shr-core-Identifier",
        "path": "Identifier",
        "short": "SHR Identifier Profile",
        "definition": "A unique string that identifies a specific person or thing."
      },
      {
        "id": "Identifier:shr-core-Identifier.value",
        "path": "Identifier.value",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Identifier:shr-core-Identifier.assigner",
        "path": "Identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization"
          }
        ]
      }
    ]
  }
}