{
  "resourceType": "StructureDefinition",
  "id": "Pathway",
  "url": "http://nictiz.nl/fhir/StructureDefinition/Pathway",
  "name": "Pathway",
  "title": "Interpretation of the ISM_TRANSITION data type for use in logical models",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://nictiz.nl/fhir/StructureDefinition/Pathway",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Pathway",
        "path": "Pathway",
        "short": "Interpretation of the ISM_TRANSITION data type for use in logical models",
        "definition": "Interpretation of the ISM_TRANSITION data type for use in logical models"
      },
      {
        "id": "Pathway.CurrentState",
        "path": "Pathway.CurrentState",
        "short": "Current state",
        "definition": "The current state.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Pathway.CareflowStep",
        "path": "Pathway.CareflowStep",
        "short": "Careflow step",
        "definition": "The step in the careflow process which occurred as part of generating this action, e.g. dispense , start_administration.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}