{
  "resourceType": "StructureDefinition",
  "id": "shr-procedure-ProcedureRequested",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR ProcedureRequested Profile</b></p>\n  <p/>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.procedure.ProcedureRequested maps to ProcedureRequest:\n  Entry.CreationTime maps to authoredOn\n  RelatedEncounter maps to context\n  Author maps to requester\n  Type maps to code\n  Category maps to category\n  constrain doNotPerform to 0..0\n  RequestedContext.Reason maps to reasonCode\n  Subject maps to subject\n  BodySite maps to bodySite\n  RequestedContext.Status maps to status\n  RequestedContext.RequestIntent maps to intent\n  RequestedContext.ExpectedPerformanceTime maps to occurrence[x]\n  RequestedContext.ExpectedPerformerType maps to performerType\n  RequestedContext.ExpectedPerformer maps to performer\n  RequestedContext.Priority maps to priority\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-procedure-ProcedureRequested",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.procedure.ProcedureRequested"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ProcedureRequested Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://wiki.siframework.org/CQF",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ProcedureRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested",
        "path": "ProcedureRequest",
        "short": "SHR ProcedureRequested Profile",
        "definition": "A record of a request for diagnostic investigations, treatments, or operations to be performed."
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:informant",
        "path": "ProcedureRequest.extension",
        "sliceName": "informant",
        "definition": "The person or entity that provided the information in the entry, as distinct from who created the entry, e.g. the subject (patient), medical professional, family member, device or software program.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:requestedcontext",
        "path": "ProcedureRequest.extension",
        "sliceName": "requestedcontext",
        "definition": "An order for something to take place.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-RequestedContext-extension"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:requestedcontext.extension:priority",
        "path": "ProcedureRequest.extension.extension"
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:requestedcontext.extension:priority.value[x]",
        "path": "ProcedureRequest.extension.extension.value[x]",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/request-priority"
          }
        }
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:associatedstudy",
        "path": "ProcedureRequest.extension",
        "sliceName": "associatedstudy",
        "definition": "The clinical trial or other formal study related to this procedure.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-procedure-AssociatedStudy-extension"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.extension:annotation",
        "path": "ProcedureRequest.extension",
        "sliceName": "annotation",
        "definition": "An added or follow-up note, often after the fact, that contains metadata about who made the statement and when.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Annotation-extension"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.doNotPerform",
        "path": "ProcedureRequest.doNotPerform",
        "min": 0,
        "max": "0"
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.category",
        "path": "ProcedureRequest.category",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.code",
        "path": "ProcedureRequest.code",
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code"
          }
        }
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.subject",
        "path": "ProcedureRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Geoposition"
          },
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Device"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.context",
        "path": "ProcedureRequest.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-EncounterPerformed"
          }
        ]
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.authoredOn",
        "path": "ProcedureRequest.authoredOn",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ProcedureRequest:shr-procedure-ProcedureRequested.bodySite",
        "path": "ProcedureRequest.bodySite",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://standardhealthrecord.org/shr/core/vs/BodySiteVS"
          }
        }
      }
    ]
  }
}