{
  "resourceType": "StructureDefinition",
  "id": "shr-core-Duration",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Duration Profile</b></p>\n  <p>The length of time that something continues.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.Duration maps to Duration:\n  decimal maps to value\n  Units.Coding.code maps to code\n  Units.Coding.CodeSystem maps to system\n  Units.Coding.DisplayText maps to unit\n  Comparator maps to comparator\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Duration",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.Duration"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Duration Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "The length of time that something continues.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Duration",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Duration",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Duration:shr-core-Duration",
        "path": "Duration",
        "short": "SHR Duration Profile",
        "definition": "The length of time that something continues."
      },
      {
        "id": "Duration:shr-core-Duration.value",
        "path": "Duration.value",
        "min": 1,
        "max": "1"
      }
    ]
  }
}