{
  "resourceType": "StructureDefinition",
  "id": "shr-action-RequestIntent-extension",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR RequestIntent Extension</b></p>\n  <p>Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-RequestIntent-extension",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.action.RequestIntent"
    }
  ],
  "version": "0.0.1",
  "name": "SHR RequestIntent Extension",
  "title": "SHR RequestIntent Extension",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "*"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:requestintent",
        "path": "Extension",
        "short": "SHR RequestIntent Extension",
        "definition": "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Extension:requestintent.extension:extension",
        "path": "Extension.extension",
        "sliceName": "extension",
        "max": "0"
      },
      {
        "id": "Extension:requestintent.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-RequestIntent-extension"
      },
      {
        "id": "Extension:requestintent.valueCode",
        "path": "Extension.valueCode",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/request-intent"
          }
        }
      }
    ]
  }
}