{
  "resourceType": "StructureDefinition",
  "id": "shr-action-NotPerformedContext-extension",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR NotPerformedContext Extension</b></p>\n  <p>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.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-NotPerformedContext-extension",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.action.NotPerformedContext"
    }
  ],
  "version": "0.0.1",
  "name": "SHR NotPerformedContext Extension",
  "title": "SHR NotPerformedContext Extension",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "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.",
  "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:notperformedcontext",
        "path": "Extension",
        "short": "SHR NotPerformedContext Extension",
        "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": 0,
        "max": "*"
      },
      {
        "id": "Extension:notperformedcontext.extension:reason",
        "path": "Extension.extension",
        "sliceName": "reason",
        "definition": "The justification for an action or non-action, conclusion, opinion, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Reason-extension"
          }
        ]
      },
      {
        "id": "Extension:notperformedcontext.extension:relatedrequest",
        "path": "Extension.extension",
        "sliceName": "relatedrequest",
        "definition": "The request that this action fulfills",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-RelatedRequest-extension"
          }
        ]
      },
      {
        "id": "Extension:notperformedcontext.extension:relatedplan",
        "path": "Extension.extension",
        "sliceName": "relatedplan",
        "definition": "The plan that this action fulfills",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-RelatedPlan-extension"
          }
        ]
      },
      {
        "id": "Extension:notperformedcontext.extension:occurrencetimeorperiod",
        "path": "Extension.extension",
        "sliceName": "occurrencetimeorperiod",
        "definition": "The point in time or span of time in which something happens.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-OccurrenceTimeOrPeriod-extension"
          }
        ]
      },
      {
        "id": "Extension:notperformedcontext.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-NotPerformedContext-extension"
      },
      {
        "id": "Extension:notperformedcontext.value[x]",
        "path": "Extension.value[x]",
        "min": 0,
        "max": "0"
      }
    ]
  }
}