{
  "resourceType": "StructureDefinition",
  "id": "shr-procedure-ProcedureNotPerformed",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR ProcedureNotPerformed Profile</b></p>\n  <p/>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.procedure.ProcedureNotPerformed maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure:\n  RelatedEncounter maps to context\n  Type maps to code\n  Subject maps to subject\n  Category maps to category\n  NotPerformedContext.Reason maps to notDoneReason\n  BodySite maps to bodySite\n  PartOf maps to partOf\n  Annotation maps to note\n  constrain performed[x] to 0..0\n  constrain performer to 0..0\n  fix status to http://hl7.org/fhir/event-status#suspended \n  NotPerformedContext.RelatedRequest maps to basedOn\n  NotPerformedContext.RelatedPlan maps to definition\n  constrain outcome to 0..0\n  constrain location to 0..0\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-procedure-ProcedureNotPerformed",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.procedure.ProcedureNotPerformed"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ProcedureNotPerformed Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "argonaut-dq-dstu2",
      "uri": "http://unknown.org/Argonaut DQ DSTU2",
      "name": "Argonaut DQ DSTU2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed",
        "path": "Procedure",
        "short": "SHR ProcedureNotPerformed Profile",
        "definition": "The US Core Condition Profile is based upon the core FHIR Procedure Resource and created to meet the 2015 Edition Common Clinical Data Set 'Procedures' requirements.",
        "mustSupport": false
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.extension:author",
        "path": "Procedure.extension",
        "sliceName": "author",
        "definition": "The person or organization who created the entry and is responsible for (and may certify) the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension"
          }
        ]
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.extension:informant",
        "path": "Procedure.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": "Procedure:shr-procedure-ProcedureNotPerformed.extension:notperformedcontext",
        "path": "Procedure.extension",
        "sliceName": "notperformedcontext",
        "definition": "A record that a clinical act was not performed at a certain time or during a stated period of time, particularly when there might be an expectation of performing such an act, for example, if a vaccination is not given because of parental objection. Do not use this context if the act was initiated or started but aborted or cancelled.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-NotPerformedContext-extension"
          }
        ]
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.extension:associatedstudy",
        "path": "Procedure.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": "Procedure:shr-procedure-ProcedureNotPerformed.partOf",
        "path": "Procedure.partOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-procedure-ProcedurePerformed"
          }
        ]
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.status",
        "path": "Procedure.status",
        "fixedCode": "suspended"
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.subject",
        "path": "Procedure.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Patient"
          }
        ]
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.context",
        "path": "Procedure.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-EncounterPerformed"
          }
        ]
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.performed[x]",
        "path": "Procedure.performed[x]",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.performer",
        "path": "Procedure.performer",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.location",
        "path": "Procedure.location",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.bodySite",
        "path": "Procedure.bodySite",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://standardhealthrecord.org/shr/core/vs/BodySiteVS"
          }
        }
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.outcome",
        "path": "Procedure.outcome",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Procedure:shr-procedure-ProcedureNotPerformed.note",
        "path": "Procedure.note",
        "type": [
          {
            "code": "Annotation",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Annotation"
          }
        ]
      }
    ]
  }
}